-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 1.44 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
{
"name": "user-js",
"description": "My User scripts",
"author": "JenieX",
"type": "module",
"scripts": {
"dev": "tsx ./tasks/index.ts --watch",
"build": "tsx ./tasks/index.ts",
"serve": "tsx utils/remove-build.ts && rollup --config --configPlugin \"typescript={include: ['./rollup.config.ts']}\" && node build/user-js-server.js"
},
"homepage": "https://github.com/JenieX/user-js",
"bugs": "https://github.com/JenieX/user-js/issues",
"license": "MIT",
"devDependencies": {
"@commitlint/cli": "^17.6.3",
"@commitlint/config-conventional": "^17.6.3",
"@commitlint/prompt-cli": "^17.6.3",
"@jeniex/eslint-config": "^0.0.3",
"@jeniex/utils": "^1.0.20",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.0",
"@types/eslint": "^8.37.0",
"@types/inquirer": "^9.0.3",
"@types/minimist": "^1.2.2",
"@types/node": "^18.16.3",
"@violentmonkey/types": "^0.1.5",
"chalk": "^5.2.0",
"cssnano": "^6.0.1",
"eslint": "^8.39.0",
"htmlnano": "^2.0.4",
"husky": "^8.0.3",
"inquirer": "^9.2.2",
"json5": "^2.2.3",
"magic-string": "^0.30.0",
"minimist": "^1.2.8",
"ngit-cli": "^1.2.0",
"paint-console": "^0.0.1",
"postcss": "^8.4.23",
"posthtml": "^0.16.6",
"rollup": "^3.21.4",
"sass": "^1.62.1",
"terser": "^5.17.1",
"tippy.js": "^6.3.7",
"tslib": "^2.5.0",
"tsx": "^3.12.7",
"watcher": "^2.2.2"
}
}