-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 769 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 769 Bytes
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": "stickersnatcher",
"version": "1.1.2",
"description": "Sticker saving made easier",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "zpl build StickerSnatcher",
"init": "zpl init StickerSnatcher"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ImTheSquid/StickerSnatcher.git"
},
"author": "Jack Hogan",
"license": "MIT",
"bugs": {
"url": "https://github.com/ImTheSquid/StickerSnatcher/issues"
},
"homepage": "https://github.com/ImTheSquid/StickerSnatcher#readme",
"dependencies": {
"zerespluginlibrary": "^2.0.6"
},
"zplConfig": {
"base": "./src",
"out": "./release",
"copyToBD": true,
"addInstallScript": true
}
}