-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.17 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
{
"name": "kronup-sdk",
"version": "0.0.1",
"description": "SDK generator for Kronup",
"scripts": {
"init": "node ./src/actions/initialize",
"dev": "node ./src/actions/develop",
"test": "node ./src/actions/test",
"build": "node ./src/actions/build",
"config": "node ./src/actions/config",
"format": "prettier --write \"{src,test}/**/*.{css,js,json}\"",
"lint": "eslint --fix --cache \"{src,test}/**/*.js\""
},
"dependencies": {
"@prettier/plugin-php": "^0.19.2",
"axios": "^1.2.0",
"chokidar": "^3.5.3",
"cli-loading-animation": "^1.0.6",
"cli-spinners": "^2.7.0",
"eslint": "^8.21.0",
"eslint-config-google": "^0.14.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.2.1",
"fs-extra": "^10.1.0",
"htmllint": "^0.8.0",
"inquirer": "^8.0.0",
"jest": "^28.1.3",
"js-yaml": "^4.1.0",
"md5-file": "^5.0.0",
"mustache": "^4.2.0",
"node-html-markdown": "^1.3.0",
"prettier": "^2.7.1"
},
"keywords": [],
"author": "",
"license": "Apache-2.0"
}