Files
5e_homebrew/package.json
T
2026-05-17 10:32:25 +01:00

39 lines
1.5 KiB
JSON

{
"name": "homebrew",
"version": "1.0.0",
"description": "5etools homebrew",
"type": "module",
"private": true,
"scripts": {
"build": "npm run build:clean && npm run build:index",
"build:index": "node _node/generate-index.js",
"build:clean": "npm run build:clean:base",
"build:clean:base": "node _node/clean-and-test.js",
"build:clean:html": "clean-html",
"test:json": "test-json-brew",
"test:clean": "npm run build:clean:base -- --dry",
"test:file-contents": "test-file-contents --img-repo-name homebrew-img --url-prefix-expected https://raw.githubusercontent.com/TheGiddyLimit/homebrew-img/main/",
"test:file-locations": "test-file-locations",
"test:file-names": "test-file-names",
"test:file-props": "test-file-props",
"test:edition-sources": "test-edition-sources",
"test:img-directories": "node _test/test-img-dir.js",
"test:html": "node _test/test-html.js",
"test": "npm run test:clean && npm run test:json && npm run test:file-locations && npm run test:file-names && npm run test:file-props && npm run test:img-directories && npm run test:file-contents && npm run test:edition-sources && npm run test:html"
},
"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.16.7",
"commander": "^14.0.3"
}
}