UNPKG

friendlier-words

Version:
65 lines (64 loc) 1.43 kB
{ "name": "friendlier-words", "version": "1.1.3", "description": "A list of friendly words to use in your app.", "files": [ "dist" ], "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "dist/index.d.ts", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "scripts": { "prepublishOnly": "pnpm build", "build": "tsup", "dev": "tsup --watch", "test": "node test/test.js" }, "repository": { "type": "git", "url": "git+https://github.com/haydenbleasel/friendlier-words.git" }, "keywords": [ "friendly", "words", "name", "generate" ], "author": "Hayden Bleasel <hello@haydenbleasel.com>", "license": "ISC", "bugs": { "url": "https://github.com/haydenbleasel/friendlier-words/issues" }, "homepage": "https://github.com/haydenbleasel/friendlier-words#readme", "devDependencies": { "@biomejs/biome": "1.9.4", "jest": "^29.7.0", "tsup": "^8.3.0", "typescript": "^5.6.3", "ultracite": "4.1.5" }, "auto": { "plugins": [ "npm", "all-contributors", "first-time-contributor", "released" ] } }