forked from debridmediamanager/notes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 763 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 763 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
{
"name": "notes",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"retype-install": "npx retype install",
"retype-build": "npx retype build",
"retype-watch": "npx retype watch",
"retype-start": "npx retype start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debridmediamanager/notes.git"
},
"keywords": [],
"author": "Ben Adrian Sarmiento <me@bensarmiento.com> (https://bensarmiento.com/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/debridmediamanager/notes/issues"
},
"homepage": "https://github.com/debridmediamanager/notes#readme",
"devDependencies": {
"retypeapp": "^3.7.0"
}
}