-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.46 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": "monetization-tests",
"version": "1.0.0",
"description": "A test suite with some tests for Web Monetization 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/monetization-tests.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/solid/monetization-tests/issues"
},
"homepage": "https://github.com/solid/monetization-tests#readme",
"dependencies": {
"@types/debug": "^4.1.5",
"@types/node": "^14.14.22",
"@types/node-fetch": "^2.5.8",
"@types/ws": "^7.4.0",
"debug": "^4.3.1",
"isomorphic-webcrypto": "^2.3.6",
"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.1",
"solid-logic": "^1.2.9",
"solid-namespace": "^0.5.0",
"ts-jest": "^26.4.4",
"typescript": "^4.1.3",
"ws": "^7.4.2"
},
"devDependencies": {
"@types/jest": "27.0.2",
"@typescript-eslint/eslint-plugin": "5.1.0",
"@typescript-eslint/parser": "5.1.0",
"eslint": "8.1.0",
"eslint-config-prettier": "7.2.0",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1"
}
}