generated from Team-Miaam/starter-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 1.83 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
67
68
69
70
71
72
{
"name": "miaam-scripts",
"version": "0.4.3",
"description": "Miaam Scripts",
"scripts": {
"prepare": "husky install",
"format": "prettier --write .",
"lint": "eslint .",
"lint:staged": "lint-staged --config .lintstagedrc.json",
"test": "mocha",
"test:watch": "mocha --watch || exit 0",
"doc:contrib": "rm -rf ./docs/ && jsdoc -c ./contrib.jsdoc.json -R README.md",
"doc:dev": "rm -rf ./docs/ && jsdoc -c ./dev.jsdoc.json -R README.md",
"doc": "concurrently npm:doc:*"
},
"engines": {
"node": ">=14.0.0"
},
"bin": {
"miaam-scripts": "./scripts/miaam-scripts.js"
},
"keywords": [
"Miaam",
"Web",
"JavaScript",
"Scripts"
],
"author": "Team Miaam Core",
"license": "MIT",
"devDependencies": {
"@babel/eslint-parser": "^7.16.3",
"@babel/eslint-plugin": "^7.13.16",
"chai": "^4.3.4",
"eslint": "^8.9.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"lint-staged": "^12.1.3",
"mocha": "^9.1.3",
"prettier": "^2.4.1"
},
"dependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.16.4",
"@babel/register": "^7.16.0",
"@pixi/jsdoc-template": "^2.6.0",
"babel-loader": "^8.2.3",
"chalk": "^4.1.2",
"chokidar": "^3.5.3",
"commander": "^9.0.0",
"cross-spawn": "^7.0.3",
"detect-port-alt": "^1.1.6",
"is-root": "^2.1.0",
"jsdoc": "^3.6.7",
"json-stringify-pretty-compact": "^3.0.0",
"miaam-assets": "^0.2.9",
"prompts": "^2.4.2",
"source-map-loader": "^3.0.0",
"webpack": "^5.64.4",
"webpack-dev-server": "^4.6.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Team-Miaam/miaam-scripts"
},
"bugs": {
"url": "https://github.com/Team-Miaam/miaam-scripts/issues"
},
"homepage": "https://github.com/Team-Miaam/miaam-scripts"
}