anonymus
Version:
Generates random, unidentifiable names for any purpose
54 lines • 1.25 kB
JSON
{
"name": "anonymus",
"version": "2.1.3",
"description": "Generates random, unidentifiable names for any purpose",
"main": "./dist/anonymus.js",
"types": "./dist/anonymus.d.ts",
"files": [
"dist/"
],
"scripts": {
"test": "jest",
"build": "tsc && gulp",
"prepare": "tsc && gulp",
"commit": "cz"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bikossor/anonymus.git"
},
"keywords": [
"anonymus",
"anonymous",
"names",
"string",
"generator",
"unidentifiable",
"animals",
"colors"
],
"author": "André Lichtenthäler",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Bikossor/anonymus/issues"
},
"homepage": "https://anonymus.app/",
"devDependencies": {
"@types/jest": "^27.0.2",
"@types/node": "^16.7.4",
"commitizen": "^4.2.4",
"cz-conventional-changelog": "^3.3.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-typescript": "^6.0.0-alpha.1",
"jest": "^27.1.0",
"merge2": "^1.4.1",
"ts-jest": "^27.0.6",
"typescript": "^4.4.4"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}