npm-shortidx
Version:
Generador de Id aleatorios, Random Id Generator
71 lines (70 loc) • 1.74 kB
JSON
{
"name": "npm-shortidx",
"version": "1.4.1",
"description": "Generador de Id aleatorios, Random Id Generator",
"main": "dist/cjs/index.min.js",
"module": "dist/esm/index.min.js",
"types": "dist/types/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.min.js",
"require": "./dist/cjs/index.min.js",
"types": "./dist/types/index.d.ts"
}
},
"files": [
"dist/cjs",
"dist/esm",
"dist/types"
],
"scripts": {
"test": "ts-node --transpile-only test/index.test.ts",
"build": "tsc --project tsconfig.cjs.json && tsc --project tsconfig.esm.json && terser dist/cjs/index.js -o dist/cjs/index.min.js --compress --mangle && terser dist/esm/index.js -o dist/esm/index.min.js --compress --mangle",
"prepublishOnly": "npm test && npm run build"
},
"keywords": [
"short",
"tiny",
"id",
"uuid",
"bitly",
"shorten",
"mongoid",
"shortid",
"tinyid",
"shuffleId",
"underscore",
"tiny",
"id",
"ids",
"unique-id",
"random-id",
"identifier",
"short-id",
"nano-id",
"slug",
"slug-generator",
"hash",
"token",
"generator",
"hashid",
"url-shortener"
],
"author": "Percy Chuzon <contacto@percychuzon.com>",
"license": "MIT",
"homepage": "https://shortidx.percychuzon.com/",
"repository": {
"type": "git",
"url": "git+https://github.com/perch33/shortIdx.git"
},
"dependencies": {},
"bugs": {
"url": "https://github.com/perch33/shortIdx/issues"
},
"devDependencies": {
"terser": "^5.44.1",
"typescript": "^5.9.3",
"ts-node": "^10.9.2",
"@types/node": "^22.0.0"
}
}