UNPKG

jswagger-common

Version:

This is jswagger's common package.

43 lines 1.06 kB
{ "name": "jswagger-common", "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", "chai": "^4.2.0", "mocha": "^7.1.2", "ts-node": "^8.10.1", "tsc": "^1.20150623.0", "typescript": "^3.8.3" } }