-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
57 lines (57 loc) · 1.42 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
52
53
54
55
56
57
{
"name": "thingpedia-common-devices",
"version": "0.0.1",
"description": "Various Thingpedia devices (maintained by the authors of Almond)",
"repository": "https://github.com/stanford-oval/thingpedia-common-devices",
"contributors": [
{
"name": "Giovanni Campagna",
"email": "gcampagn@cs.stanford.edu"
},
{
"name": "Silei Xu",
"email": "silei@cs.stanford.edu"
},
{
"name": "Neil Souza",
"email": "neil@neilsouza.com"
}
],
"license": "BSD-3-Clause",
"private": true,
"devDependencies": {
"@stanford-oval/logging": "^0.1.1",
"@types/elasticlunr": "^0.9.4",
"@types/node": "^12.20.39",
"@typescript-eslint/eslint-plugin": "^5.8.1",
"@typescript-eslint/parser": "^5.8.1",
"argparse": "^2.0.1",
"byline": "^5.0.0",
"commander": "^8.3.0",
"coveralls": "^3.1.1",
"elasticlunr": "^0.9.5",
"eslint": "^7.32.0",
"genie-toolkit": "github:stanford-oval/genie-toolkit",
"nyc": "^15.1.0",
"seedrandom": "^3.0.5",
"thingpedia": "^2.10.0",
"thingtalk": "^2.1.0",
"typescript": "~4.3.5",
"uuid": "^8.3.2",
"yargs": "^17.3.1"
},
"scripts": {
"coverage": "nyc report --reporter=text-lcov | coveralls",
"lint": "make release=universe lint"
},
"optionalDependencies": {
"node-postal": "^1.1.0"
},
"nyc": {
"exclude": [
"test/**",
"coverage/**",
"scripts/**"
]
}
}