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.
18 lines
398 B
18 lines
398 B
{ |
|
"name": "mudbase", |
|
"version": "1.0.0", |
|
"scripts": { |
|
"start": "node --inspect=5858 -r ts-node/register server.ts", |
|
"start:watch": "nodemon", |
|
"build": "tsc" |
|
}, |
|
"dependencies": { |
|
"body-parser": "^1.18.3", |
|
"express": "^4.16.4", |
|
"sequelize": "^6.3.0", |
|
"sequelize-cli": "^6.2.0", |
|
"sqlite3": "^5.0.0", |
|
"ts-node": "^8.10.2", |
|
"typescript": "~3.7.2" |
|
} |
|
}
|
|
|