UNPKG

fiction-word

Version:
39 lines (38 loc) 815 B
{ "name": "fiction-word", "version": "1.3.7", "description": "A random word generator.", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "echo \"Error: no test specified\" && exit 1", "prepare": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/howardah/fiction-word.git" }, "keywords": [ "random", "word", "generator", "made-up", "writing", "tool", "fictional", "fiction", "lorem", "ipsum", "greek" ], "author": "Adam Thomas Howard", "license": "ISC", "bugs": { "url": "https://github.com/howardah/fiction-word/issues" }, "homepage": "https://github.com/howardah/fiction-word#readme", "devDependencies": { "typescript": "^5.1.3" } }