oneuptime/Identity/package.json
2022-05-23 12:45:32 +01:00

27 lines
575 B
JSON

{
"name": "identity",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "ts-node Index.ts",
"compile": "tsc",
"dev": "nodemon",
"audit": "npm audit --audit-level=low",
"dep-check": "depcheck ./ --skip-missing=true",
"test": "jest"
},
"author": "",
"license": "ISC",
"dependencies": {
"CommonServer": "file:../CommonServer",
"Common": "file:../Common"
},
"devDependencies": {
"@types/jest": "^27.5.0",
"@types/node": "^17.0.31",
"jest": "^28.1.0",
"ts-jest": "^28.0.2"
}
}