@4geit/swg-template
Version:
Scaffold the code base of a swagger-node reusable path, operation, definition, model or helper.
29 lines (28 loc) • 675 B
JSON
{
"name": "@4geit/swg-<NAME>-<TYPE>",
"version": "0.0.0",
"description": "<DESCRIPTION>",
"main": "index.js",
"scripts": {
"test": "mocha **/*.spec.js",
"test:watch": "mocha **/*.spec.js --watch"
},
"repository": {
"type": "git",
"url": "git@gitlab.com:4geit/swagger/swg-<NAME>-<TYPE>.git"
},
"bugs": {
"url": "https://gitlab.com/4geit/swagger/swg-<NAME>-<TYPE>/issues"
},
"homepage": "https://gitlab.com/4geit/swagger/swg-<NAME>-<TYPE>#README",
"keywords": [],
"author": "<AUTHOR_NAME> <<AUTHOR_EMAIL>>",
"license": "MIT",
"peerDependencies": {
},
"dependencies": {
},
"devDependencies": {
"mocha": "^3.x"
}
}