-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
29 lines (29 loc) · 980 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": "HabiticaMagicJS",
"version": "2.1.0",
"description": "A convenient way to interact with the Habitica API (https://habitica.com/apidoc/).",
"main": "build.js",
"dependencies": {
"@node-minify/core": "^4.1.2",
"@node-minify/no-compress": "^4.1.2",
"@node-minify/terser": "^4.1.2",
"documentation": "^12.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "npm run build:minify && npm run build:docs",
"build:minify": "node minify.js",
"build:docs": "./node_modules/.bin/documentation build src/*.js -f html -o docs"
},
"repository": {
"type": "git",
"url": "git+https://delightedcrow@github.com/delightedCrow/HabiticaMagic.git"
},
"author": "@delightedCrow & @ArrayOfFrost",
"license": "MIT",
"bugs": {
"url": "https://github.com/delightedCrow/HabiticaMagic/issues"
},
"homepage": "https://github.com/delightedCrow/HabiticaMagic#readme"
}