mirror of
https://gitee.com/yitter/idgenerator.git
synced 2026-05-07 15:45:41 +08:00
20 lines
403 B
JSON
20 lines
403 B
JSON
{
|
|
"name": "cherry-id",
|
|
"version": "0.0.3",
|
|
"main": "index.ts",
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"scripts": {
|
|
"test": "ts-node ./test/test.ts"
|
|
},
|
|
"description": "",
|
|
"devDependencies": {
|
|
"@types/node": "^16.7.6",
|
|
"cd": "^0.3.3",
|
|
"ts-node": "^10.2.1",
|
|
"tsconfig-paths": "^3.11.0",
|
|
"typescript": "^4.4.2"
|
|
}
|
|
}
|