sorsucommon
Version:
SorSU Common Entites and packages
25 lines (24 loc) • 485 B
JSON
{
"name": "sorsucommon",
"version": "0.0.1-beta5",
"description": "SorSU Common Entites and packages",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": [
"SorSU",
"Common",
"Packages"
],
"author": "SorSU Dev Team",
"license": "ISC",
"dependencies": {
"@types/node": "^20.11.30",
"typeorm": "^0.3.20"
},
"devDependencies": {
"typescript": "^5.4.2"
}
}