generated from sheinsight/tpl-base
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.29 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
{
"name": "@shined/np-grooming",
"version": "1.0.0",
"description": "Some grooming work before publishing npm in Github Action.",
"homepage": "https://github.com/sheinsight/np-grooming",
"packageManager": "[email protected]",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/sheinsight/tpl-base.git"
},
"bin": {
"np-grooming": "./bin/index.js"
},
"files": [
"dist",
"bin"
],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"build": "father build",
"test": "vitest",
"test:cov": "vitest run --coverage",
"dev": "tsx ./src/index.ts"
},
"engines": {
"node": ">=16.13.0"
},
"keywords": [],
"author": {
"name": "ityuany"
},
"license": "MIT",
"devDependencies": {
"@types/semver": "^7.3.13",
"@vitest/coverage-c8": "^0.29.7",
"father": "^4.1.7",
"tsx": "^3.12.6",
"vitest": "^0.29.7"
},
"dependencies": {
"cac": "^6.7.14",
"enquirer": "^2.3.6",
"execa": "^7.1.1",
"read-pkg-up": "^9.1.0",
"semver": "^7.3.8",
"write-pkg": "^5.1.0"
},
"bugs": {
"url": "https://github.com/sheinsight/tpl-base/issues"
},
"readme": "ERROR: No README data found!",
"_id": "@shined/[email protected]"
}