friendlier-words
Version:
A list of friendly words to use in your app.
65 lines (64 loc) • 1.57 kB
JSON
{
"name": "friendlier-words",
"version": "1.2.0",
"description": "A list of friendly words to use in your app.",
"keywords": [
"friendly",
"generate",
"name",
"words"
],
"homepage": "https://github.com/haydenbleasel/friendlier-words#readme",
"bugs": {
"url": "https://github.com/haydenbleasel/friendlier-words/issues"
},
"license": "ISC",
"author": "Hayden Bleasel <hello@haydenbleasel.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/haydenbleasel/friendlier-words.git"
},
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.mjs"
},
"require": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"scripts": {
"prepublishOnly": "bun run build",
"build": "tsup",
"dev": "tsup --watch",
"test": "bun test",
"check": "ultracite check",
"fix": "ultracite fix",
"permutations": "bun scripts/permutations.ts",
"validate": "bun scripts/validate.ts",
"changeset": "changeset",
"release": "changeset publish"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@types/node": "^25.1.0",
"oxfmt": "^0.27.0",
"oxlint": "^1.42.0",
"tsup": "^8.3.0",
"typescript": "^5.6.3",
"ultracite": "7.1.2"
}
}