-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 956 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
33
34
35
36
{
"name": "flow-utils",
"version": "1.0.1",
"description": "",
"main": "lib/FlowUtils.js",
"scripts": {
"build": "npm run clean && flow-remove-types src -d lib && flow-copy-source src lib",
"clean": "rm -rf lib",
"flow": "flow",
"lint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dlam/flow-utils.git"
},
"author": "Dustin Lam",
"license": "ISC",
"bugs": {
"url": "https://github.com/dlam/flow-utils/issues"
},
"files": [
"lib"
],
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.12.0",
"eslint-plugin-flowtype": "3.2.1",
"flow-bin": "0.89.0",
"flow-copy-source": "2.0.2",
"flow-remove-types": "1.2.3"
},
"homepage": "https://github.com/dlam/flow-utils#readme",
"dependencies": {
"npm-check-updates": "^2.15.0"
}
}