-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.75 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@johnhaup/dope-map",
"repository": {
"type": "git",
"url": "https://github.com/johnhaup/dope-map.git"
},
"publishConfig": {
"access": "public"
},
"version": "2.0.0",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"type": "module",
"files": [
"dist"
],
"scripts": {
"benchmark": "tsx benchmarks/benchmark.ts",
"build": "rollup -c",
"test": "vitest --reporter=verbose",
"test:coverage": "vitest --reporter=verbose --coverage --coverage.reporter=text --coverage.reporter=text-summary",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@semantic-release/commit-analyzer": "^13.0.0",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.1",
"@types/benchmark": "^2.1.5",
"@types/node": "^22.10.1",
"@types/xxhashjs": "^0.2.4",
"@vitest/coverage-v8": "^2.1.8",
"benchmark": "^2.1.4",
"conventional-changelog-conventionalcommits": "^8.0.0",
"eslint": "^9.17.0",
"fast-json-stable-stringify": "^2.1.0",
"globals": "^15.13.0",
"hash-it": "^6.0.0",
"rollup": "^4.28.1",
"rollup-plugin-typescript": "^1.0.1",
"semantic-release": "^24.2.0",
"ts-node": "^10.9.2",
"tslib": "^2.8.1",
"tsx": "^4.19.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.0",
"vitest": "^2.1.8",
"xxhashjs": "^0.2.2"
}
}