snowflake-uid/package.json
James Brumond abfbabf71f
All checks were successful
Build and test / build-and-test (18.x) (push) Successful in 13s
Build and test / build-and-test (20.x) (push) Successful in 13s
migrate snowflake generator to new library
2023-08-21 19:45:34 -07:00

25 lines
598 B
JSON

{
"name": "@js/snowflake-uid",
"version": "0.1.0",
"description": "Utility for generating Snowflake UIDs",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"tsc": "tsc --build",
"clean": "rm -rf ./build"
},
"publishConfig": {
"registry": "https://gitea.jbrumond.me/api/packages/js/npm/"
},
"repository": {
"type": "git",
"url": "https://gitea.jbrumond.me/js/snowflake-uid.git"
},
"author": "James Brumond <https://jbrumond.me>",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.5.1",
"typescript": "^5.1.3"
}
}