-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 911 Bytes
/
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
{
"name": "@rulia/everia",
"version": "0.0.1",
"description": "everia plugin.",
"private": true,
"scripts": {
"build": "node build.js"
},
"devDependencies": {
"@lancercomet/eslint-config-eslint-rules": "^0.1.0",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@rulia/types": "^0.5.0",
"@types/jquery": "^3.5.29",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"archiver": "^6.0.1",
"eslint": "^8.48.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^39.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-promise": "^6.1.1",
"rollup": "^4.13.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2"
},
"dependencies": {
"jquery": "^3.7.1"
}
}