-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 982 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 982 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
{
"name": "ted-open-data",
"version": "2.2.0-SNAPSHOT",
"description": "TED Open Data Service — SPARQL playground and notice browser for the European public procurement dataset",
"type": "module",
"scripts": {
"start": "node src/js/cors-proxy.cjs",
"build:codemirror": "node scripts/build-codemirror.cjs",
"test": "node --test test/*.test.js"
},
"dependencies": {
"codemirror-lang-turtle": "^0.0.2",
"cors": "^2.8.6",
"express": "^4.17.1",
"https-proxy-agent": "^7.0.5",
"n3": "^2.0.3",
"node-fetch": "^2.6.1",
"sparqljs": "^3.7.4"
},
"devDependencies": {
"@codemirror/autocomplete": "^6.20.1",
"@codemirror/commands": "^6.10.3",
"@codemirror/language": "^6.12.3",
"@codemirror/lint": "^6.9.5",
"@codemirror/search": "^6.6.0",
"@codemirror/state": "^6.6.0",
"@codemirror/view": "^6.41.0",
"@lezer/highlight": "^1.2.3",
"codemirror-lang-sparql": "^2.0.0",
"esbuild": "^0.27.4"
}
}