Teamlinker/package.json
sx1989827 5484f78fdb fix
2024-07-08 14:20:48 +08:00

23 lines
445 B
JSON

{
"name": "code",
"private": true,
"workspaces": {
"packages": ["code/*"]
},
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/node": "^20.13.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^9.1.1",
"ttypescript": "^1.5.12",
"typescript": "^5.4.5"
}
}