removing unused tools

This commit is contained in:
Martin Karkowski 2021-01-21 16:21:59 +01:00
parent 7a4b5a07fd
commit 5ab747bd51
3 changed files with 2 additions and 8 deletions

View File

@ -1,2 +0,0 @@
#! /usr/bin/env node
require("../dist/lib/cli/generateDefaultPackageConfig");

View File

@ -1,2 +0,0 @@
#! /usr/bin/env node
require("../dist/lib/cli/runNopeBackend").main();

View File

@ -4,9 +4,7 @@
"description": "Nodejs Backend, combining nextjs with openapi",
"main": "index.js",
"bin": {
"nope-cli": "./bin/nope",
"runNopeBackend": "./bin/runNopeBackend",
"generateDefaultPackageConfig": "./bin/generateDefaultPackageConfig"
"nope-cli": "./bin/nope"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
@ -110,4 +108,4 @@
"prettier": "^2.2.0",
"typescript": "^4.0.5"
}
}
}