UNPKG

react-dts-generator

Version:
69 lines (68 loc) 1.87 kB
{ "author": "kuveytturk", "description": "Simple .d.ts generator for React components.", "license": "Apache-2.0", "name": "react-dts-generator", "version": "0.1.3", "main": "./bin/src/index.js", "types": "./bin/src/index.d.ts", "files": [ "bin/src/**/*.*" ], "keywords": [ "react", "typescript", "dts", "definitelytyped", "typings" ], "repository": { "type": "git", "url": "https://github.com/KuveytTurk/react-dts-generator.git" }, "bugs": { "url": "https://github.com/KuveytTurk/react-dts-generator/issues" }, "scripts": { "test": "mocha bin/test/*.js", "build": "rimraf bin && tsc", "lint": "tslint -p tsconfig.json \"./{src,baselines,test}/**/*.{ts,tsx}\"", "lint:fix": "tslint -p tsconfig.json \"./{src,baselines,test}/**/*.{ts,tsx}\" --fix " }, "dependencies": { "comment-parser": "^0.5.4", "prettier": "^1.16.4", "react-docgen": "^4.0.1", "typescript": "^3.3.4000" }, "devDependencies": { "@babel/core": "^7.3.4", "@babel/node": "^7.2.2", "@babel/plugin-proposal-class-properties": "^7.3.4", "@babel/plugin-proposal-decorators": "^7.3.0", "@babel/plugin-proposal-object-rest-spread": "^7.3.4", "@babel/plugin-transform-object-assign": "^7.2.0", "@babel/plugin-transform-runtime": "^7.3.4", "@babel/preset-env": "^7.3.4", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "@kuveytturk/boa-base": "^0.1.3", "@types/chai": "^4.1.7", "@types/mocha": "^5.2.6", "@types/node": "^11.11.4", "@types/parse-git-config": "^3.0.0", "@types/prettier": "^1.16.1", "@types/prop-types": "^15.7.0", "@types/react": "^16.8.8", "@types/yargs": "^12.0.10", "chai": "^4.2.0", "cross-env": "^5.2.0", "diff": "^4.0.1", "mocha": "^6.0.2", "prop-types": "^15.7.2", "react": "^16.8.3", "rimraf": "^2.6.3", "tslint": "^5.14.0", "tslint-config-prettier": "^1.18.0" } }