forked from mfay/IOReportMgt
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
938 B
46 lines
938 B
{
|
|
"name": "pont-engine",
|
|
"version": "1.2.0",
|
|
"description": "pont swagger typescript API",
|
|
"main": "lib/index.js",
|
|
"typings": "lib/index.d.ts",
|
|
"bin": {
|
|
"pont": "bin/init.js"
|
|
},
|
|
"scripts": {
|
|
"pretest": "npm run build",
|
|
"dev": "tsc -w",
|
|
"watch": "tsc -w",
|
|
"build-hooks-js": "tsc --project pontCore/tsconfig.json",
|
|
"build": "rm -rf lib && npm run build-hooks-js && tsc"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^2.3.0",
|
|
"commander": "^2.19.0",
|
|
"fs-extra": "^5.0.0",
|
|
"inquirer": "^7.1.0",
|
|
"lodash": "^4.17.5",
|
|
"node-fetch": "^2.6.7",
|
|
"prettier": "^2.4.1",
|
|
"translation.js": "^0.7.5",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"files": [
|
|
"pontCore",
|
|
"configSchema.json",
|
|
"src",
|
|
"lib",
|
|
"*.md",
|
|
"bin",
|
|
"templates",
|
|
"useRequest"
|
|
],
|
|
"keywords": [
|
|
"pont",
|
|
"swagger",
|
|
"typescript",
|
|
"API"
|
|
],
|
|
"author": "jasonHzq",
|
|
"license": "MIT"
|
|
}
|
|
|