-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 861 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 861 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": "type-analyzer",
"description": "Infer types from columns in JSON",
"version": "0.4.0",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@github.com:uber-web/type-analyzer.git"
},
"scripts": {
"lint": "eslint src test --fix",
"test": "tape test | tap-spec"
},
"devDependencies": {
"eslint": "^4.4.1",
"eslint-config-prettier": "^4.3.0",
"eslint-config-uber-es2015": "^3.1.2",
"eslint-plugin-es5": "^1.4.1",
"eslint-plugin-prettier": "^3.1.0",
"tape": "^4.6.3",
"tape-run": "^2.1.4",
"tap-spec": "^5.0.0"
},
"contributors": [
{
"name": "Andrew McNutt",
"email": "mcnutt@uber.com"
},
{
"name": "Chris Chua",
"email": "chua@uber.com"
},
{
"name": "Shan He",
"email": "shan@uber.com"
}
],
"license": "MIT"
}