forked from PreMiD/Presences
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 2.15 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
{
"name": "presences",
"version": "3.0.0",
"author": "Timeraa",
"license": "MPL-2.0",
"scripts": {
"lint": "prettier --write . && eslint --fix .",
"lint:ci": "prettier --check . && eslint .",
"inc": "tsc -p ./util/configs/tsconfig.massVer.json && node ./util/tools/massVer.js",
"bumpChanged": "tsc -p ./util/configs/tsconfig.bumpChanged.json && node ./util/tools/bumpChanged",
"format": "yarn ms && yarn lint",
"se": "yarn format && yarn bumpChanged",
"sv": "tsc -p ./util/configs/tsconfig.auto.schemaValidator.json && node ./util/tools/auto/schemaValidator.js",
"pu": "tsc -p ./util/configs/tsconfig.auto.presenceUpdater.json && node ./util/tools/auto/presenceUpdater.js",
"ms": "tsc -p ./util/configs/tsconfig.metadataSorter.json && node ./util/tools/metadataSorter.js",
"mc": "tsc -p ./util/configs/tsconfig.massCompile.json && node ./util/tools/massCompile.js",
"translator": "tsc -p ./util/configs/tsconfig.translator.json && node ./util/tools/translator.js",
"prepare": "is-ci || husky install",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/preset-env": "^7.16.11",
"@commitlint/cli": "^16.2.1",
"@commitlint/config-angular": "^16.2.1",
"@types/babel__core": "^7.1.18",
"@types/chrome": "^0.0.178",
"@types/debug": "^4.1.7",
"@types/glob": "^7.1.4",
"@types/json-to-ast": "^2.1.2",
"@types/node": "^16.11.25",
"@types/prettier": "^2.4.4",
"@types/semver": "^7.3.8",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"axios": "^0.26.0",
"chalk": "^4.1.2",
"debug": "^4.3.2",
"enquirer": "^2.3.6",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-eqeqeq-fix": "^1.0.3",
"eslint-plugin-no-one-time-vars": "^2.2.0",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unicorn": "^41.0.0",
"glob": "^7.2.0",
"husky": "^7.0.4",
"is-ci": "^3.0.1",
"json-to-ast": "^2.1.0",
"jsonschema": "^1.4.0",
"mongodb": "^4.3.1",
"ora": "5.4.1",
"prettier": "^2.5.1",
"semver": "^7.3.5",
"source-map-support": "^0.5.19",
"terser": "^5.11.0",
"typescript": "^4.5.3"
}
}