jswagger-generator
Version:
This is jswagger's generator package.
54 lines (53 loc) • 1.26 kB
JSON
{
"name": "jswagger-generator",
"version": "0.0.16",
"description": "",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"tsc": "tsc",
"test": "npm run test:tsc && npm run test:mocha",
"test:tsc": "tsc --noEmit",
"test:mocha": "mocha -r ts-node/register --recursive ./test/**/*.ts",
"build": "tsc",
"prepack": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jc-lab/jswagger.js.git"
},
"author": {
"name": "Joseph Lee",
"email": "development@jc-lab.net"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jc-lab/jswagger.js/issues"
},
"homepage": "https://github.com/jc-lab/jswagger.js#readme",
"keywords": [
"jswagger",
"swagger",
"swagger-javascript",
"swagger-typescript"
],
"devDependencies": {
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.5",
"@types/prettier": "^2.0.0",
"chai": "^4.2.0",
"mocha": "^7.1.2",
"ts-node": "^8.10.1",
"tsc": "^1.20150623.0",
"typescript": "^3.8.3"
},
"dependencies": {
"jswagger-common": "0.0.16",
"prettier": "^2.0.5"
},
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module"
}
}
}