mirror of
https://github.com/Teamlinker/Teamlinker.git
synced 2025-06-03 03:00:17 +00:00
23 lines
445 B
JSON
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"
|
|
}
|
|
}
|