-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1 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": "neosjs-headless-interface",
"version": "2.3.2",
"description": "Headless Interface for NeosVR",
"main": "HeadlessInterface.js",
"scripts": {
"lint": "prettier --use-tabs --write . && eslint -c .eslintrc.json --fix .",
"document": "documentation build HeadlessInterface.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-headless-interface.git"
},
"author": "Ethan Snow",
"license": "MIT",
"bugs": {
"url": "https://github.com/PolyLogiX-Studio/neosjs-headless-interface/issues"
},
"peerDependencies": {
"@bombitmanbomb/neosjs": "^1.9.0"
},
"devDependencies": {
"documentation": "^14.0.0",
"eslint": "^7.12.1",
"prettier": "^2.1.2"
},
"peerDependenciesMeta": {
"@bombitmanbomb/neosjs": {
"optional": true
}
},
"os": [
"!darwin"
],
"homepage": "https://github.com/PolyLogiX-Studio/neosjs-headless-interface#readme"
}