rap2itf
Version:
rapper接口转换为typescirpt interface
65 lines • 1.86 kB
JSON
{
"name": "rap2itf",
"version": "1.0.6",
"description": "rapper接口转换为typescirpt interface",
"main": "./dist/index.js",
"scripts": {
"lint": "eslint --fix --ext .ts,.tsx ./src/*/**",
"prettierBuild": "prettier --write ./dist/*.{js,}",
"build": "tsc -p tsconfig.json && npm run prettierBuild",
"prepublishOnly": "npm run build",
"test": "ts-node ./src/models --i 455 --token ererr"
},
"bin": {
"rap2itf": "./dist/models.js",
"rap": "./dist/models.js"
},
"keywords": [
"api",
"rap",
"rapper",
"typescript"
],
"author": "zlesz.zjw",
"license": "ISC",
"files": [
"dist",
"README.md",
"CHANGELOG.md"
],
"repository": {
"type": "git",
"url": "https://github.com/zlesz8023/rap-to-typescipt-interface.git"
},
"publishConfig": {
"registry": "http://registry.npmjs.org"
},
"dependencies": {
"axios": "^0.19.0",
"chalk": "^2.4.2",
"commander": "^4.0.1",
"inquirer": "^8.2.0",
"json-schema-to-typescript": "^10.1.5",
"json5": "^2.1.0",
"lodash": "^4.17.15",
"mkdirp": "^0.5.1",
"ora": "^4.0.3",
"semver": "^6.3.0"
},
"devDependencies": {
"@types/json5": "0.0.30",
"@types/lodash": "^4.14.144",
"@types/node": "^16.10.5",
"@types/update-notifier": "^2.5.0",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^2.5.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^6.4.0",
"eslint-plugin-prettier": "^3.1.1",
"fs-extra": "^8.1.0",
"prettier": "^2.4.1",
"ts-node": "^10.3.0",
"typescript": "^4.4.4"
},
"types": "./dist/index.d.ts"
}