UNPKG

json2ts-page

Version:
30 lines (29 loc) 702 B
{ "name": "json2ts-page", "version": "1.0.5", "description": "json2ts-page", "bin": { "json2ts": "./bin/index.js" }, "scripts": { "start": "port=3030 supervisor app.js", "bulid": "webpack static/index.js -o static/bundle.js", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "xzc", "license": "ISC", "dependencies": { "commander": "^6.0.0", "shelljs": "^0.8.4", "koa": "^2.13.0", "koa-router": "^9.4.0", "koa-static": "^5.0.0" }, "devDependencies": { "json-to-ts": "^1.7.0", "webpack": "^4.44.1", "webpack-cli": "^3.3.12" }, "keywords": ["json2ts"], "homepage": "https://github.com/3110160/json2ts-page" }