Compare commits
No commits in common. "4ef161434ca3f07ab80a20d31a8f79df8052d38f" and "cb385824695a89b20bb440386ebc0966b172448d" have entirely different histories.
4ef161434c
...
cb38582469
22
package.json
22
package.json
@ -1,22 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "@lfk/backend",
|
|
||||||
"version": "1.0.0",
|
|
||||||
"main": "src/app.ts",
|
|
||||||
"repository": "https://git.odit.services/lfk/backend",
|
|
||||||
"author": "Philipp Dormann <philipp.dormann1@gmail.com>",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"express": "^4.17.1"
|
|
||||||
},
|
|
||||||
"devDependencies": {
|
|
||||||
"@types/express": "^4.17.9",
|
|
||||||
"@types/node": "^14.14.9",
|
|
||||||
"dotenv-safe": "^8.2.0",
|
|
||||||
"nodemon": "^2.0.6",
|
|
||||||
"ts-node": "^9.0.0",
|
|
||||||
"typescript": "^4.1.2"
|
|
||||||
},
|
|
||||||
"scripts": {
|
|
||||||
"dev": "nodemon src/app.ts"
|
|
||||||
}
|
|
||||||
}
|
|
@ -1,10 +0,0 @@
|
|||||||
{
|
|
||||||
"compilerOptions": {
|
|
||||||
"target": "es6",
|
|
||||||
"module": "commonjs",
|
|
||||||
"rootDir": "./src",
|
|
||||||
"outDir": "./build",
|
|
||||||
"esModuleInterop": true,
|
|
||||||
"strict": true
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user