UNPKG

brogue

Version:

A Grammar based generative text library based on Tracery.

47 lines 1.47 kB
{ "name": "brogue", "version": "0.7.1", "description": "A Grammar based generative text library based on Tracery.", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "brogue", "generator", "grammars", "procgen" ], "scripts": { "build": "npm run lint && npm run test && rimraf ./dist && tsc", "test": "TS_NODE_FILES=true mocha -r ts-node/register test/**/*.spec.ts", "test-watch": "TS_NODE_FILES=true mocha -r ts-node/register test/**/*.spec.ts --watch --watch-files test, src", "lint": "eslint . --ext .ts --fix" }, "author": "Ben Smith", "license": "MIT", "devDependencies": { "@shopify/eslint-plugin": "^39.0.1", "@types/chai": "^4.2.14", "@types/mocha": "^8.0.3", "@types/node": "^14.14.2", "@types/sinon": "^9.0.8", "@typescript-eslint/eslint-plugin": "^4.5.0", "@typescript-eslint/parser": "^4.5.0", "chai": "^4.2.0", "eslint": "^7.11.0", "mocha": "^8.2.0", "rimraf": "^3.0.2", "sinon": "^9.2.1", "ts-node": "^9.0.0", "typescript": "^4.0.3" }, "dependencies": { "@types/json5": "0.0.30", "@types/random-seed": "^0.3.3", "articles": "^0.2.2", "compromise": "^13.6.0", "json5": "^2.1.3", "num-words": "^1.2.0", "random-seed": "^0.3.0" }, "type": "commonjs" }