You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

21 lines
511 B

{
"name": "seeker",
"version": "1.0.0",
"main": "build/index.js",
"repository": "ssh://git@git.dlii.tech:222/Autoplex/seeker.git",
"author": "David Ludwig <davidludwigii@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf ./build",
"build": "tsc -P ./tsconfig.server.json",
"start": "NODE_ENV=production node .",
"start:dev": "nodemon"
},
"devDependencies": {
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"dependencies": {
"typeorm": "^0.2.32"
}
}