mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Typescript
This commit is contained in:
parent
1acc122e26
commit
c0deaf5e16
5 changed files with 337 additions and 4 deletions
|
@ -2,6 +2,7 @@
|
|||
"name": "node-ejs",
|
||||
"main": "src/server.js",
|
||||
"dependencies": {
|
||||
"@types/node": "^14.14.9",
|
||||
"babel-eslint": "^10.1.0",
|
||||
"better-sqlite3": "^6.0.1",
|
||||
"connect-busboy": "0.0.2",
|
||||
|
@ -9,15 +10,18 @@
|
|||
"cors": "^2.8.5",
|
||||
"ejs": "^1.0.0",
|
||||
"eslint": "^7.14.0",
|
||||
"eslint-plugin-typescript": "^0.14.0",
|
||||
"express": "^4.6.1",
|
||||
"express-ejs-layouts": "^1.1.0",
|
||||
"sqlite3": "^4.1.1",
|
||||
"typescript": "^4.1.2",
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^7.0.3",
|
||||
"vhost": "^3.0.2"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "node ./src/server.js",
|
||||
"dev": "NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./src/server.js"
|
||||
"start": "node ./dist/server.js",
|
||||
"dev": "NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 node ./dist/server.js",
|
||||
"build": "NS_DEVEL=1 NS_NOUSER=1 NS_LOGLEVEL=1 tsc"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue