babel-plugin-prop-types-schema-generator
Version:
Transfer react prop types to JSON schema
39 lines • 1.02 kB
JSON
{
"name": "babel-plugin-prop-types-schema-generator",
"version": "0.4.6",
"description": "Transfer react prop types to JSON schema",
"main": "src/index.js",
"scripts": {
"cli": "node run.js",
"test": "jest test",
"cov": "jest test --coverage",
"ci": "jest --coverage --coverageReporters=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/william-yz/babel-plugin-prop-types-schema-generator"
},
"keywords": [
"babel",
"react",
"prop-types",
"JSONSchema"
],
"author": "William Yang",
"license": "MIT",
"bugs": {
"url": "https://github.com/william-yz/babel-plugin-prop-types-schema-generator/issues"
},
"homepage": "https://github.com/william-yz/babel-plugin-prop-types-schema-generator#readme",
"dependencies": {
"babel-core": "^6.26.3"
},
"peerDependencies": {
"babel-core": "^6.26.3"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"coveralls": "^3.0.2",
"jest": "^23.5.0"
}
}