pika-id
Version:
The pragmatic ID system
41 lines (40 loc) • 910 B
JSON
{
"name": "pika-id",
"version": "1.1.3",
"description": "The pragmatic ID system",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"package.json",
"dist"
],
"scripts": {
"build": "yarn tsup src/index.ts --dts --format cjs,esm",
"release": "yarn release && yarn publish",
"bench": "yarn build && node ./bench/gen.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hopinc/pika.git"
},
"keywords": [
"id",
"snowflake"
],
"packageManager": "yarn@1.22.19",
"author": "Phineas <phin@hop.io> (https://phineas.io)",
"license": "ISC",
"bugs": {
"url": "https://github.com/hopinc/pika/issues"
},
"homepage": "https://github.com/hopinc/pika#readme",
"devDependencies": {
"@types/node": "^18.8.3",
"benchmark": "^2.1.4",
"prettier": "^2.7.1",
"tsup": "^6.2.3",
"tsx": "^3.10.1",
"typescript": "^4.8.4"
}
}