UNPKG

@zaphodando/scribe

Version:

A package to procedurally generate sentences.

32 lines (31 loc) 836 B
{ "name": "@zaphodando/scribe", "version": "1.0.4", "description": "A package to procedurally generate sentences.", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prettier": "prettier --ignore-path .gitignore \"**/*.+(js|json|ts|tsx|jsx)\"", "format": "npm run prettier -- --write", "check-format": "npm run prettier -- --list-different" }, "repository": { "type": "git", "url": "git+https://github.com/ZaphodAndo/scribejs.git" }, "keywords": [ "Procedural", "Generator", "Sentences", "Text" ], "author": "Zaphod", "license": "MIT", "bugs": { "url": "https://github.com/ZaphodAndo/scribejs/issues" }, "homepage": "https://github.com/ZaphodAndo/scribejs#readme", "devDependencies": { "prettier": "^2.1.2" } }