-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
54 lines (54 loc) · 1.51 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
{
"name": "web-access-control-tests",
"version": "7.1.0",
"description": "A test suite with some tests for CRUD operations on containers and documents on a Solid pod.",
"main": "jest.config.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "echo nothing to build",
"jest": "jest",
"test": "echo nothing to test these tests",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/solid/web-access-control-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/solid/web-access-control-tests/issues"
},
"homepage": "https://github.com/solid/web-access-control-tests#readme",
"dependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.31",
"@types/node-fetch": "^2.5.8",
"@types/ws": "^7.4.0",
"debug": "^4.3.1",
"isomorphic-webcrypto": "^2.3.8",
"jest": "^26.6.3",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"node-rsa": "^1.1.1",
"rdf-namespaces": "^1.9.2",
"rdflib": "^2.1.7",
"solid-auth-fetcher": "^1.5.2",
"solid-logic": "^1.2.9",
"solid-namespace": "^0.5.0",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2",
"ws": "^7.4.3"
},
"devDependencies": {
"@types/jest": "26.0.20",
"@typescript-eslint/eslint-plugin": "4.16.1",
"@typescript-eslint/parser": "4.16.1",
"eslint": "7.21.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1"
}
}