mirror of
https://github.com/djhackersdev/minime.git
synced 2026-03-21 17:54:13 -05:00
Minor package.json cleanups
This commit is contained in:
parent
6ab2112ea9
commit
49802602bf
12
package.json
12
package.json
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user