-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
66 lines (66 loc) · 1.61 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
63
64
65
66
{
"name": "skyjt",
"version": "0.9.141",
"description": "skyjt",
"main": "skyjt.js",
"dependencies": {
"babel-eslint": "^10.0.2",
"cc-jt": "^0.1.25",
"cheerio": "^1.0.0-rc.3",
"clipboardy": "^2.3.0",
"commander": "^2.20.3",
"cz-jt": "^0.1.7",
"download-git-repo": "^2.0.0",
"eslint": "^6.1.0",
"eslint-formatter-html-extended": "^1.0.2",
"eslint-plugin-html": "^6.0.0",
"ethers": "^5.6.4",
"inquirer": "^6.5.0",
"j2dir": "*",
"j2sql": "*",
"j2sql2": "*",
"meeko": "^1.8.239",
"readline": "^1.3.0",
"request": "^2.88.0",
"request-promise-native": "^1.0.7"
},
"devDependencies": {
"conventional-changelog": "*",
"npm-publish-bin": "^1.0.0",
"standard": "*"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslintfix": "eslint ./jt.js --fix",
"cz": "npm-publish-bin && conventional-changelog -p atom -i CHANGELOG.md -s -r 0 && git add . && git status && git cz",
"push": "npm version patch && npm publish . && git push",
"bug": "git add . && git commit -m:bug: && npm version patch && npm publish ."
},
"commandName": "dn | skyjt",
"bin": {
"sky": "bin/skyjt.js",
"jt": "bin/skyjt.js",
"dn": "bin/skyjt.js"
},
"repository": {
"type": "git",
"url": "https://github.com/kongnet/sky.git"
},
"author": "Kongnet <[email protected]>",
"license": "BSD-2-Clause",
"config": {
"commitizen": {
"path": "./node_modules/cz-jt"
}
},
"standard": {
"globals": [
"$",
"describe",
"it",
"define",
"db"
],
"ignore": []
}
}