forked from styleguidist/react-docgen-typescript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.7 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-docgen-typescript",
"version": "1.12.5",
"description": "",
"homepage": "https://github.com/styleguidist/react-docgen-typescript/",
"bugs": "https://github.com/styleguidist/react-docgen-typescript/issues",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"precommit": "lint-staged",
"tsc": "tsc",
"prepublishOnly": "tsc -d",
"test": "tsc && mocha --timeout 10000 ./lib/**/__tests__/**.js",
"test:debug": "tsc && mocha --debug ./lib/**/__tests__/**.js",
"print": "npm run tsc && node ./lib/print.js",
"print:sample1": "npm run tsc && node ./lib/print.js ./src/__tests__/data/ColumnHigherOrderComponent.tsx simple",
"lint": "tslint -c tslint.json 'src/**/*.{ts,tsx}'",
"lint:fix": "npm run lint -- --fix",
"prettier:base": "prettier --parser typescript --single-quote --trailing-comma none",
"prettier:check": "npm run prettier:base -- -l \"src/**/*.{ts,tsx}\"",
"prettier:write": "npm run prettier:base -- --write \"src/**/*.{ts,tsx}\""
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"@types/chai": "^4.1.0",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.6",
"@types/prop-types": "^15.5.4",
"@types/react": "^16.4.7",
"@types/source-map-support": "^0.4.1",
"chai": "^4.1.2",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mocha": "^5.2.0",
"prettier": "^1.10.2",
"prop-types": "^15.6.2",
"react": "^16.4.2",
"source-map-support": "^0.5.6",
"tslint": "^5.11.0",
"typescript": "3.0.1"
},
"files": [
"lib",
"README.md"
],
"repository": {
"type": "git",
"url": "https://github.com/styleguidist/react-docgen-typescript.git"
}
}