-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "@fnoio/function-handler-js",
"version": "0.3.0",
"description": "FnO Function Handler",
"main": "example-client.js",
"scripts": {
"test": "ts-mocha 'src/**/*.test.ts'",
"build:typescript": "npx tsc index.ts"
},
"author": "Lander Noterman <lander.noterman@ugent.be>",
"contributors": [
"Gertjan De Mulder",
"Ben De Meester"
],
"license": "ISC",
"dependencies": {
"acorn": "^6.4.2",
"componentsjs": "^3.6.1",
"graphy": "^4.3.5",
"jsonld": "^1.8.1",
"ldfetch": "^1.2.4",
"left-pad": "^1.3.0",
"mkdirp": "^0.5.6",
"n3": "^1.16.2",
"node-resolve-dependency-graph": "^1.3.7",
"npm-programmatic": "0.0.10",
"php-parser": "^3.0.3",
"rdflib": "^2.2.19",
"request-promise": "^4.2.6"
},
"devDependencies": {
"@types/acorn": "^4.0.6",
"@types/chai": "^4.3.1",
"@types/mocha": "^8.2.3",
"@types/node": "^16.11.47",
"@types/rdf-js": "^4.0.2",
"@typescript-eslint/eslint-plugin": "^5.32.0",
"@typescript-eslint/parser": "^5.32.0",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"eslint-config-airbnb-typescript": "^16.2.0",
"mocha": "^8.4.0",
"ts-mocha": "^8.0.0",
"ts-node": "^9.1.1",
"typescript": "^4.7.4"
}
}