forked from PreMiD/Presences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.72 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
{
"name": "presences",
"version": "3.0.0",
"author": "Timeraa",
"license": "MPL-2.0",
"scripts": {
"pretty": "prettier --write **/*.ts **/{metadata,tsconfig}.json",
"inc": "tsc --module CommonJS --target ES2020 --esModuleInterop --removeComments --noUnusedParameters --noUnusedLocals --noFallthroughCasesInSwitch --newLine lf --inlineSourceMap ./massVer.ts && node ./massVer.js",
"se": "node ./util/tools/auto/syntaxEnforcer.js",
"se:compile": "tsc -p ./util/configs/tsconfig.auto.syntaxEnforcer.json",
"sv": "node ./util/tools/auto/schemaValidator.js",
"sv:compile": "tsc -p ./util/configs/tsconfig.auto.schemaValidator.json",
"pu": "node ./util/tools/auto/presenceUpdater.js",
"pu:compile": "tsc -p ./util/configs/tsconfig.auto.presenceUpdater.json",
"translator": "npm run translator:compile && node ./util/tools/translator.js",
"translator:compile": "tsc -p ./util/configs/tsconfig.translator.json"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/preset-env": "^7.14.9",
"@types/babel__core": "^7.1.15",
"@types/chrome": "^0.0.149",
"@types/debug": "^4.1.7",
"@types/glob": "^7.1.4",
"@types/mongodb": "4.0.7",
"@types/node": "^16.4.10",
"@types/prettier": "^2.3.2",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^4.28.5",
"@typescript-eslint/parser": "^4.28.5",
"axios": "^0.21.1",
"chalk": "^4.1.2",
"debug": "^4.3.1",
"enquirer": "^2.3.6",
"eslint": "^7.32.0",
"glob": "^7.1.7",
"jsonschema": "^1.4.0",
"mongodb": "^3.6.9",
"ora": "^5.4.1",
"prettier": "^2.3.2",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"terser": "^5.7.1",
"typescript": "^3.9.10"
}
}