-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1019 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1019 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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"
}
}