-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.52 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
{
"name": "@bombitmanbomb/codex",
"version": "0.0.1-alpha.5",
"description": "Neos CodeX",
"main": "lib/index.js",
"types": "./types/",
"scripts": {
"test": "jest",
"lint": "prettier --use-tabs --write ./src/. && eslint -c .eslintrc.json --fix ./src/**/*",
"document": "jsdoc -t node_modules/docdash ./src/ -c jsdoc.json -d ./docs/",
"ready": "npm run document && npm run lint",
"build": "Del lib /S /Q && tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PolyLogiX-Studio/CodeX.js.git"
},
"author": "Ethan Snow",
"license": "MIT",
"bugs": {
"url": "https://github.com/PolyLogiX-Studio/CodeX.js/issues"
},
"homepage": "https://github.com/PolyLogiX-Studio/CodeX.js#readme",
"devDependencies": {
"@babel/core": "^7.12.10",
"@babel/plugin-transform-flow-strip-types": "^7.12.1",
"@types/jest": "^26.0.23",
"@types/minimist": "^1.2.0",
"@types/node": "^15.0.2",
"@types/normalize-package-data": "^2.4.0",
"@types/unist": "^2.0.3",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.22.1",
"@typescript-eslint/parser": "^4.22.1",
"docdash": "^1.2.0",
"documentation": "^13.1.0",
"dotenv": "^8.2.0",
"eslint": "^7.12.1",
"eslint-plugin-jsdoc": "^33.1.0",
"jest": "^27.0.4",
"jsdoc-tsimport-plugin": "^1.0.5",
"prettier": "^2.1.2",
"ts-jest": "^27.0.3",
"typescript": "^4.2.4",
"typescript-eslint": "^0.0.1-alpha.0"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@bombitmanbomb/utils": "2.9.2",
"uuid": "^8.3.2"
}
}