mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
22 lines
419 B
JSON
22 lines
419 B
JSON
{
|
|
"name": "model",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest --passWithNoTests",
|
|
"compile": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"Common": "file:../Common",
|
|
"typeorm": "^0.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^27.4.1",
|
|
"@types/node": "^17.0.22",
|
|
"jest": "^27.5.1",
|
|
"ts-jest": "^27.1.4"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
} |