-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.69 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
62
{
"name": "ndepe",
"version": "0.1.5",
"types": "./dist/cjs/index.d.ts",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"scripts": {
"prepare": "modern build && husky install",
"dev": "modern dev",
"build": "modern build",
"build:watch": "modern build -w",
"test": "vitest --run",
"reset": "rimraf ./**/node_modules",
"lint": "modern lint",
"change": "modern change",
"bump": "modern bump",
"pre": "modern pre",
"change-status": "modern change-status",
"gen-release-note": "modern gen-release-note",
"release": "modern release",
"prepublish": "modern build",
"new": "modern new",
"upgrade": "modern upgrade"
},
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"biome check"
]
},
"dependencies": {
"@vercel/nft": "0.27.3",
"debug": "^4.3.6",
"fs-extra": "^11.2.0",
"mlly": "1.6.1",
"pkg-types": "^1.1.3",
"pkg-up": "^3.0.0",
"semver": "^7.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@modern-js/module-tools": "2.58.0",
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/node": "~16.11.7",
"@types/pkg-up": "^3.1.0",
"@types/semver": "^7.5.8",
"husky": "~8.0.1",
"lint-staged": "~13.1.0",
"memfs": "^4.11.1",
"prettier": "~2.8.1",
"rimraf": "~3.0.2",
"ts-node": "^10.9.2",
"typescript": "~5.0.4",
"vitest": "^2.0.5"
},
"sideEffects": [],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"packageManager": "[email protected]+sha512.ea45517d5285d123eac02c3793505fa1fd6da90a2fc60d1e8d9e0c1e9292886ecfaff513f062b9d1cc8021bb8615033b1ac5bea3b2ee3fc165a6d7034bbe6b03"
}