oneuptime/Scripts/package.json
2022-11-09 12:53:55 +00:00

17 lines
313 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "",
"scripts": {
"compile": "tsc"
},
"devDependencies": {
"@faker-js/faker": "^6.3.1",
"@types/jest": "^27.5.2",
"@types/node": "^17.0.22",
"jest": "^27.5.1",
"ts-jest": "^27.1.4"
},
"author": "",
"license": "ISC"
}