-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.02 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
{
"name": "pubstash",
"private": true,
"version": "0.0.1",
"description": "",
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node dist/index.js",
"build": "tsc",
"dev": "npm run build && npm run start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pubpub/pubstash.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pubpub/pubstash/issues"
},
"homepage": "https://github.com/pubpub/pubstash#readme",
"dependencies": {
"@koa/router": "^11.0.1",
"@sentry/node": "^7.6.0",
"@sentry/tracing": "^7.6.0",
"aws-sdk": "^2.1170.0",
"dotenv": "^16.0.1",
"koa": "^2.13.4",
"koa-body": "^5.0.0",
"pagedjs": "^0.3.5",
"pagedjs-cli": "github:pubpub/pagedjs-cli#198b65ce0e3e089176c294de7a855e8da8a46a23",
"tempy": "^3.0.0"
},
"devDependencies": {
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.11",
"typescript": "^4.7.4"
}
}