-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
35 lines (35 loc) · 905 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
33
34
35
{
"name": "ccportal",
"version": "1.0.0",
"description": "You monster.",
"main": "dist/plugin.js",
"scripts": {
"start": "tsc && npm run copy",
"watch": "npm run copy && tsc -w",
"test": "echo \"Error: no test specified\" && exit 1",
"copy": "cp -r static/* dist/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CCDirectLink/CCPortal.git"
},
"keywords": [
"CrossCode",
"Portal",
"TypeScript"
],
"author": "CCDirectLink",
"license": "MIT",
"bugs": {
"url": "https://github.com/CCDirectLink/CCPortal/issues"
},
"homepage": "https://github.com/CCDirectLink/CCPortal#readme",
"devDependencies": {
"@types/node": "^13.11.0",
"@typescript-eslint/eslint-plugin": "^2.26.0",
"@typescript-eslint/parser": "^2.26.0",
"eslint": "^6.8.0",
"eslint-plugin-import": "^2.20.2",
"typescript": "^3.8.3"
}
}