UNPKG

of-the-king-the-power

Version:

A library for generating and working with glossolalia (speaking in tongues)

44 lines (43 loc) 1.04 kB
{ "name": "of-the-king-the-power", "version": "1.0.0", "description": "A library for generating and working with glossolalia (speaking in tongues)", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "prepare": "npm run build" }, "keywords": [ "glossolalia", "speaking-in-tongues", "language", "generation", "lorem-ipsum", "text-generator", "typescript" ], "author": "Jonathan Tenorio", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/jonathantenorio/of-the-king-the-power.git" }, "bugs": { "url": "https://github.com/jonathantenorio/of-the-king-the-power/issues" }, "homepage": "https://github.com/jonathantenorio/of-the-king-the-power#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "files": [ "dist", "README.md", "LICENSE" ] }