-
-
Notifications
You must be signed in to change notification settings - Fork 153
/
package.json
40 lines (40 loc) · 990 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
40
{
"name": "@js-lib/cli",
"version": "1.1.0",
"description": "The best third party JS|TS library scaffold",
"scripts": {
"prepare": "husky install",
"preinstall": "npx only-allow yarn",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanhaijing/jslib-base.git"
},
"author": "yanhaijing",
"license": "MIT",
"bugs": {
"url": "https://github.com/yanhaijing/jslib-base/issues"
},
"homepage": "https://github.com/yanhaijing/jslib-base#readme",
"devDependencies": {
"lerna": "^3.22.1",
"prettier": "3.1.0",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.0",
"lint-staged": "^14.0.1"
},
"private": true,
"workspaces": [
"packages/*"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"engines": {
"node": ">= 14.0.0"
}
}