express-typescript-jest-supertest
Version:
Tool to generate express boilerplate application
30 lines (29 loc) • 628 B
JSON
{
"name": "express-typescript-jest-supertest",
"version": "0.0.75",
"description": "Tool to generate express boilerplate application",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"create-express-app": "./bin/start.js"
},
"keywords": [
"typescript",
"express",
"supertest",
"jest",
"swagger",
"jsdoc"
],
"author": "Dmytro Portianka",
"license": "ISC",
"dependencies": {
"fs-extra": "9.0.1"
},
"repository": {
"type": "git",
"url": "https://github.com/dimaPortyanka/ts-express-jest-boilerplate"
}
}