Minor package.json cleanups

This commit is contained in:
Tau 2019-10-07 21:46:13 -04:00
parent 6ab2112ea9
commit 49802602bf

View File

@ -1,5 +1,5 @@
{
"name": "knuckles",
"name": "minime",
"version": "0.1.0",
"description": "Test server",
"main": "src/index.js",
@ -18,11 +18,6 @@
"sql-bricks-postgres": "^0.5.0",
"supports-color": "^7.1.0"
},
"scripts": {
"build": "tsc",
"test": "jest",
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@types/compression": "^0.0.36",
"@types/debug": "^4.1.5",
@ -42,6 +37,11 @@
"typescript": "^3.3.3333",
"utility-types": "^3.6.1"
},
"scripts": {
"build": "tsc",
"test": "jest",
"start": "ts-node src/index.ts"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"