-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 951 Bytes
/
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
{
"name": "neosjs-commands",
"version": "1.0.2",
"description": "Command Manager for NeosVR",
"main": "CommandManager.js",
"scripts": {
"lint": "prettier --use-tabs --write . && eslint -c .eslintrc.json --fix .",
"document": "documentation build CommandManager.js -f html -o docs --config .documentation.yml --sort-order alpha",
"ready": "npm run document && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolyLogiX-Studio/neosjs-commands.git"
},
"author": "Ethan Snow",
"license": "MIT",
"bugs": {
"url": "https://github.com/PolyLogiX-Studio/neosjs-commands/issues"
},
"peerDependencies": {
"@bombitmanbomb/neosjs": "^1.9.0"
},
"devDependencies": {
"documentation": "^13.1.0",
"eslint": "^8.3.0",
"prettier": "^2.1.2"
},
"peerDependenciesMeta": {
"@bombitmanbomb/neosjs": {
"optional": false
}
},
"homepage": "https://github.com/PolyLogiX-Studio/neosjs-commands#readme"
}