UNPKG

john-doe-gen

Version:

Generate completely random identities for testing projects and more!

54 lines (53 loc) 1.24 kB
{ "name": "john-doe-gen", "version": "0.1.0-beta.15", "main": "index.js", "files": [ "dist", "info" ], "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" }, "./info/names/": "./info/names/" }, "scripts": { "build:mjs": "tsc --project tsconfig.json", "build:cjs": "tsc --project tsconfig.cjs.json", "build": "npm run build:mjs && npm run build:cjs", "update-pkg": "npm run build && npm publish" }, "keywords": [ "john", "doe", "name", "age", "dob", "random", "generator" ], "author": "OmgRod", "license": "GPL-3.0-only", "description": "Generate completely random identities for testing projects and more!", "type": "commonjs", "devDependencies": { "@babel/cli": "^7.26.4", "@babel/core": "^7.26.9", "@babel/preset-env": "^7.26.9", "@babel/preset-typescript": "^7.26.0", "@types/node": "^22.13.10", "rename-cli": "^6.2.1", "typescript": "^5.8.2" }, "dependencies": { "@babel/plugin-transform-runtime": "^7.26.9", "@babel/runtime": "^7.26.9" }, "repository": { "directory": "./", "type": "github", "url": "https://github.com/OmgRod/john-doe-npm" } }