@alifd/dts-generator
Version:
A tool to generate *.d.ts by specified api schema.
43 lines (42 loc) • 866 B
JSON
{
"name": "@alifd/dts-generator",
"version": "1.0.3",
"description": "A tool to generate *.d.ts by specified api schema.",
"keywords": [
"react",
"api",
"d.ts",
"typescript",
"fusion",
"next"
],
"bin": {
"dtsgen": "./bin/dtsgen.js"
},
"homepage": "https://github.com/alibaba-fusion/dts-generator",
"bugs": "https://github.com/alibaba-fusion/dts-generator/issues",
"license": "MIT",
"files": [
"lib",
"bin"
],
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/alibaba-fusion/dts-generator.git"
},
"scripts": {
"lint": "eslint 'lib/**/*.js'",
"precommit": "npm run lint"
},
"dependencies": {
"prettier": "^1.14.2"
},
"devDependencies": {
"eslint": "^4.3.0",
"husky": "^0.14.3"
},
"publishConfig": {
"access": "public"
}
}