Files
idgenerator/TypeScript/package.json
bonn 2308932d25 增加TypeScript版本及其他优化 (#11)
* 基本可运行,待优化

* 增加注释

* 增加注释说明,更容易理解

* 提交package-lock.json文件,保证依赖版本一致
2021-08-31 11:42:13 +08:00

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"
}
}