18 lines
338 B
JSON
18 lines
338 B
JSON
{
|
|
"name": "server-manager-shared",
|
|
"version": "1.0.0",
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -p tsconfig.json",
|
|
"clean": "rimraf dist"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"devDependencies": {
|
|
"@types/node": "^26.1.1",
|
|
"typescript": "^5.7.3",
|
|
"rimraf": "^6.0.1"
|
|
}
|
|
} |