forked from TheGiddyLimit/homebrew
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 856 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
{
"name": "homebrew",
"version": "1.0.0",
"description": "5etools homebrew",
"type": "module",
"scripts": {
"build": "npm run build:clean && npm run build:index",
"build:index": "node _node/generate-index.js",
"build:clean": "node _node/clean-and-test.js",
"test:json": "node _test/test-json.js",
"test:file-locations": "node _test/test-file-locations.js",
"test": "npm run build:clean && npm run build:index && npm run test:json && npm run test:file-locations"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheGiddyLimit/homebrew.git"
},
"author": "TheGiddyLimit + Friends",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheGiddyLimit/homebrew/issues"
},
"homepage": "https://github.com/TheGiddyLimit/homebrew#readme",
"devDependencies": {
"5etools-utils": "^0.1.18",
"hasha": "^5.2.2"
}
}