forked from sharafian/web-monetization-access
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 933 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 933 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
33
34
35
36
37
{
"name": "web-monetization-access",
"version": "0.0.1",
"description": "serve exclusive content securely with web monetization",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.19.0",
"base64url": "^3.0.1",
"deep-equal": "^1.0.1",
"ilp-plugin": "^3.3.1",
"ilp-protocol-stream": "^1.8.9",
"jsonwebtoken": "^8.5.1",
"koa": "^2.7.0",
"koa-router": "^7.4.0",
"reduct": "^3.3.1",
"typescript": "^3.5.2",
"uuid": "^3.3.2"
},
"devDependencies": {
"@types/deep-equal": "^1.0.1",
"@types/jsonwebtoken": "^8.3.2",
"@types/koa": "^2.0.48",
"@types/koa-router": "^7.0.41",
"@types/node": "^12.0.10",
"@types/uuid": "^3.4.4"
},
"files": [
"/build"
]
}