@wuapi/generator
Version:
44 lines (43 loc) • 1.03 kB
JSON
{
"name": "@wuapi/generator",
"version": "1.0.19",
"description": "WU API Generator",
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/WuYuntaoTheGreat/wuapi-generator.git"
},
"keywords": [
"WU",
"API",
"Generator"
],
"author": "Wu Yuntao <wuyuntao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WuYuntaoTheGreat/wuapi-generator/issues"
},
"homepage": "https://github.com/WuYuntaoTheGreat/wuapi-generator#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/chance": "^1.1.3",
"@types/dedent": "^0.7.0",
"@types/lodash": "^4.14.191",
"@types/ncp": "^2.0.5",
"@wuapi/essential": "^1.0.7",
"chance": "^1.1.11",
"dedent": "^0.7.0",
"lodash": "^4.17.21",
"ncp": "^2.0.0"
}
}