UNPKG

aurinn-train-content-generator

Version:

A custom fork of the fantasy-name-content-generator specifically for Aurinn Train, a custom D&D campaign format.

58 lines (57 loc) 1.79 kB
{ "name": "aurinn-train-content-generator", "version": "2.1.9", "description": "A custom fork of the fantasy-name-content-generator specifically for Aurinn Train, a custom D&D campaign format.", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "doc": "docs" }, "scripts": { "preversion": "npm test", "version": "npm run build && git add -A", "postversion": "git push && git push --tags", "test": "cross-env ENVIRONMENT=test npx jest", "build": "npm run build:node && npm run build:browser", "build:node": "tsc", "build:browser": "tsc && npx parcel build ./dist/index_browser.js .dist/**/*.json --out-dir ./ -o fantasy_content_generator.js --no-source-maps", "publish:patch": "npm version patch && npm publish", "publish:minor": "npm version minor && npm publish", "publish:major": "npm version major && npm publish" }, "repository": { "type": "git", "url": "git+https://github.com/JudStewart/aurinn-train-content-generator.git" }, "keywords": [ "D&D", "RNG" ], "author": "Jud Stewart", "license": "ISC", "devDependencies": { "@types/jest": "^24.9.1", "@types/node": "^12.20.48", "cross-env": "^7.0.3", "eslint": "^6.8.0", "jest": "^24.9.0", "lodash": "^4.17.21", "parcel-bundler": "^1.12.5", "release-it": "^12.6.3", "require-globify": "^1.4.1", "terser": "^3.17.0", "ts-jest": "^24.3.0", "typescript": "^3.7.3", "uglify-js": "^3.4.9" }, "jest": { "testEnvironment": "node" }, "dependencies": { "seedrandom": "^3.0.5" }, "bugs": { "url": "https://github.com/JudStewart/aurinn-train-content-generator/issues" }, "homepage": "https://github.com/JudStewart/aurinn-train-content-generator#readme" }