ca0852800e
currently basically just a boilerplate and does Absolutely Fucking Nothing
18 lines
434 B
JSON
18 lines
434 B
JSON
{
|
|
"name": "in-the-database-2",
|
|
"version": "0.0.0",
|
|
"description": "a site database for nitg modcharts",
|
|
"main": "built/index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"quickrun": "tsc && node built/index.js",
|
|
"build": "tsc"
|
|
},
|
|
"author": "oatmealine",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"mongoose": "^5.10.2",
|
|
"typescript": "^4.0.2"
|
|
}
|
|
}
|