-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 852 Bytes
/
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
{
"name": "flow-declarations",
"version": "1.0.0",
"description": "internal typed declarations for facebook-flow",
"main": "test/index.js",
"directories": {
"test": "test"
},
"scripts": {
"generate": "./generate.sh",
"test-dev": "npm run generate && ../flow/bin/flow check test/node --no-flowlib --lib lib --all",
"test": "flow check --no-flowlib --lib lib --all"
},
"repository": {
"type": "git",
"url": "https://github.com/unknownexception/flow-declarations.git"
},
"keywords": [
"flowtype"
],
"author": "Dmitriy Loktev",
"license": "MIT",
"bugs": {
"url": "https://github.com/unknownexception/flow-declarations/issues"
},
"homepage": "https://github.com/unknownexception/flow-declarations",
"dependencies": {
"cli": "^0.6.5",
"flow-bin": "*",
"webidl2": "^2.0.7"
}
}