This repository has been archived by the owner on May 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.52 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": "pnpm-package-group",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git+https://github.com/ksxnodeapps/pnpm-package-group.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ksxnodeapps/pnpm-package-group/issues"
},
"homepage": "https://github.com/ksxnodeapps/pnpm-package-group#readme",
"description": "",
"author": "Hoàng Văn Khải <[email protected]>",
"main": "index.js",
"bin": "index.js",
"standard": {
"env": {
"jest": true,
"node": true
}
},
"dependencies": {
"deepmerge": "^4.0.0",
"fs-force": "^3.1.1",
"get-stdin": "^7.0.0",
"js-yaml": "^3.10.0",
"number-enum": "^3.0.0",
"ramda": "^0.26.0",
"string-template": "^1.0.0",
"yargs": "^11.0.0"
},
"devDependencies": {
"@pnpm/types": "^1.7.0",
"@types/deepmerge": "^2.1.0",
"@types/get-stdin": "^5.0.1",
"@types/js-yaml": "^3.10.1",
"@types/ramda": "^0.26.0",
"@types/string-template": "^1.0.2",
"jest-cli": "^23.0.0",
"just-try": "^2.0.1",
"standard": "^11.0.0",
"x-iterable": "^6.0.1"
},
"engines": {
"node": ">= 8.9.0"
},
"scripts": {
"sh": "sh",
"bash": "bash",
"zsh": "zsh",
"command-prompt": "cmd",
"exec": "bash -c",
"exec:win32": "cmd /c",
"remake-package-json": "node sh/remake-package-json",
"clean": "bash 'sh/clean.sh'",
"fix": "bash 'sh/fix.sh'",
"build": "node 'sh/build'",
"prepublishOnly": "bash 'sh/prepublish.sh'",
"test": "bash 'sh/test.sh'"
}
}