-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 857 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
{
"name": "three-island",
"version": "1.4.3",
"description": "Three Island is a script/extension for Pokémon Showdown on various browsers that allows for a seamless PokéPaste experience.",
"main": "compiler.js",
"scripts": {
"build": "node build.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "nodemon --watch src --watch popup --watch build.js --exec \"npm run build\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/PartMan7/Three-Island.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/PartMan7/Three-Island/issues"
},
"homepage": "https://github.com/PartMan7/Three-Island#readme",
"dependencies": {
"fs-extra": "^11.1.1",
"zip-promise": "^1.1.1"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}