forked from lgc-LLDev/workspace-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 884 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
{
"name": "llseplugins",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lgc2333/LLSEPlugins.git"
},
"author": "student_2333 <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lgc2333/LLSEPlugins/issues"
},
"homepage": "https://github.com/lgc2333/LLSEPlugins#readme",
"devDependencies": {
"@types/node": "^18.11.7",
"@typescript-eslint/eslint-plugin": "^5.41.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"rollup": "^3.4.0",
"@rollup/plugin-json": "^5.0.1",
"@rollup/plugin-terser": "^0.1.0",
"@rollup/plugin-typescript": "^9.0.2"
}
}