-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.84 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
{
"name": "@bombitmanbomb/cloudx",
"version": "1.0.0-beta.5",
"description": "Neos CloudX Internal",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"lint": "prettier --use-tabs --write ./src/. && eslint -c .eslintrc.json --fix ./src/**/*",
"document": "npx typedoc ./src/index.ts",
"ready": "npm run document && npm run lint",
"build": "Del lib /S /Q && tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolyLogiX-Studio/CloudX.js.git"
},
"author": "Ethan Snow",
"license": "MIT",
"bugs": {
"url": "https://github.com/PolyLogiX-Studio/CloudX.js/issues"
},
"homepage": "https://github.com/PolyLogiX-Studio/CloudX.js#readme",
"peerDependencies": {
"@octokit/rest": "^18.2.0"
},
"peerDependenciesMeta": {
"@octokit/rest": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.14.5",
"@babel/plugin-transform-flow-strip-types": "^7.14.5",
"@types/jest": "^27.5.1",
"@types/minimist": "^1.2.1",
"@types/node": "^15.12.2",
"@types/normalize-package-data": "^2.4.0",
"@types/signalr": "^2.2.37",
"@types/unist": "^2.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.26.1",
"@typescript-eslint/parser": "^4.26.1",
"dotenv": "^8.6.0",
"eslint": "^7.28.0",
"eslint-plugin-jsdoc": "^33.3.0",
"jest": "^28.1.0",
"jsdoc-tsimport-plugin": "^1.0.5",
"prettier": "^2.3.1",
"ts-jest": "^28.0.2",
"typedoc": "^0.22.15",
"typescript": "^4.6.4",
"typescript-eslint": "^0.0.1-alpha.0"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"@bombitmanbomb/basex": "^0.1.0-alpha.2",
"@bombitmanbomb/codex": "^0.0.1-alpha.7",
"@bombitmanbomb/http-client": "^2.3.0",
"@bombitmanbomb/signalr": "5.0.1-neos",
"@bombitmanbomb/utils": "^2.12.5",
"hi-base32": "^0.5.1",
"uuid": "^8.3.2"
}
}