-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.47 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.47 KB
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
{
"name": "qald-7",
"version": "0.1.0",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./lib ",
"prepare": "tsc --build",
"test": "node dist/test/sparql2thingtalk.js"
},
"dependencies": {
"JSONStream": "^1.3.5",
"argparse": "^2.0.1",
"cors": "^2.8.5",
"en-stemmer": "^1.0.3",
"express": "^4.18.2",
"genie-toolkit": "git+https://github.com/stanford-oval/genie-toolkit.git#wip/qald",
"node-fetch": "^2.6.1",
"sparqljs": "^3.5.1",
"sqlite3": "^5.0.2",
"stopword": "^1.0.11",
"thingpedia": "^2.10.0-alpha.6",
"thingtalk": "git+https://github.com/stanford-oval/thingtalk.git#wip/qald",
"thingtalk-units": "^0.2.1",
"typescript": "^4.5.2",
"wikibase-sdk": "^7.14.2",
"words-to-number": "^1.1.0",
"words-to-numbers": "^1.5.1"
},
"devDependencies": {
"@types/JSONStream": "npm:@types/jsonstream@^0.8.31",
"@types/argparse": "^2.0.10",
"@types/cors": "^2.8.13",
"@types/jsonstream": "^0.8.31",
"@types/node-fetch": "^2.6.2",
"@types/sparqljs": "^3.1.3",
"@types/sqlite3": "^3.1.7",
"@types/stopword": "^1.0.2",
"@typescript-eslint/eslint-plugin": "^5.6.0",
"@typescript-eslint/parser": "^5.6.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"ts-node": "^10.4.0"
}
}