forked from Pseudo-Corp/SynergismOfficial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.82 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
{
"name": "synergismofficial",
"version": "2.9.0",
"description": "",
"main": "dist/bundle.js",
"dependencies": {
"break_infinity.js": "^2.0.0",
"clipboard": "^2.0.11",
"eventemitter3": "^4.0.7",
"i18next": "^22.4.9",
"localforage": "^1.10.0",
"lz-string": "^1.4.4",
"worker-timers": "^7.0.53"
},
"devDependencies": {
"@types/lz-string": "^1.3.34",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"esbuild": "^0.17.15",
"eslint": "^8.37.0",
"htmlhint": "^1.1.4",
"husky": "^8.0.3",
"stylelint": "^14.8.2",
"stylelint-config-standard": "^25.0.0",
"typescript": "^5.0.3"
},
"scripts": {
"lint": "npx eslint . --ext .ts",
"lint:fix": "npx eslint . --ext .ts --fix",
"csslint": "npx stylelint Synergism.css",
"csslint:fix": "npx stylelint Synergism.css --fix",
"htmllint": "npx htmlhint index.html",
"build:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --sourcemap --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\"",
"watch:esbuild": "npx esbuild src/Synergism.ts --bundle --minify --sourcemap --target=\"chrome58,firefox57,safari11,edge29\" --outfile=\"./dist/out.js\" --watch",
"check:tsc": "npx -p typescript tsc",
"watch:tsc": "npx -p typescript tsc --watch",
"prepare": "husky install",
"cloudflare:build": "node scripts/needsBundling.js || npm run build:esbuild"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Pseudo-Corp/SynergismOfficial.git"
},
"keywords": [
"synergism",
"synergismofficial"
],
"author": "Platonic/Pseudonian",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pseudo-Corp/SynergismOfficial/issues"
},
"homepage": "https://github.com/Pseudo-Corp/SynergismOfficial#readme"
}