-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 996 Bytes
/
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
{
"name": "{{PACKAGE_NAME}}",
"description": "",
"keywords": ["docsify"],
"repository": {
"type": "git",
"url": "git+https://github.com/simochee/{{PACKAGE_NAME}}.git"
},
"license": "MIT",
"author": {
"name": "simochee",
"email": "lollipop@simochee.net",
"url": "https://simochee.net"
},
"type": "module",
"main": "lib/{{PACKAGE_NAME}}.js",
"files": ["lib"],
"scripts": {
"build": "rollup -c",
"watch": "rollup -c -w"
},
"release": {
"branches": ["main"]
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.6.1",
"@commitlint/config-conventional": "^19.6.0",
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"lefthook": "^1.10.8",
"rollup": "^4.30.1",
"sort-package-json": "^2.14.0"
},
"packageManager": "pnpm@10.0.0+sha512.b8fef5494bd3fe4cbd4edabd0745df2ee5be3e4b0b8b08fa643aa3e4c6702ccc0f00d68fa8a8c9858a735a0032485a44990ed2810526c875e416f001b17df12b",
"volta": {
"node": "20.10.0"
}
}