@wuapi/processor
Version:
Processor of typscript to form WU-API entities
43 lines (42 loc) • 1.04 kB
JSON
{
"name": "@wuapi/processor",
"version": "1.0.27",
"description": "Processor of typscript to form WU-API entities",
"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-processor.git"
},
"keywords": [
"WU",
"API",
"Processor"
],
"author": "Wu Yuntao <wuyuntao@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/WuYuntaoTheGreat/wuapi-processor/issues"
},
"homepage": "https://github.com/WuYuntaoTheGreat/wuapi-processor#readme",
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@types/node": "^18.15.3",
"typescript": "^4.9.5"
},
"dependencies": {
"@types/lodash": "^4.14.191",
"@types/ncp": "^2.0.5",
"@wuapi/essential": "^1.0.7",
"@wuapi/generator": "^1.0.19",
"@wuapi/web": "^0.0.7",
"dedent-js": "^1.0.1",
"lodash": "^4.17.21",
"ncp": "^2.0.0"
}
}