-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.16 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
{
"name": "upload.prx.org",
"version": "1.0.0",
"description": "This service is built on Amazon's API Gateway and AWS Lambda. When deploying the Lambda function code, the secret key ID must be inserted for the service to work correctly. That key is kept in LastPass.",
"main": "index.js",
"type": "module",
"engines": {
"node": ">= 22.0.0"
},
"scripts": {
"test": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" npx jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PRX/upload.prx.org.git"
},
"keywords": [],
"author": "",
"license": "AGPL-3.0",
"private": "true",
"bugs": {
"url": "https://github.com/PRX/upload.prx.org/issues"
},
"homepage": "https://github.com/PRX/upload.prx.org#readme",
"devDependencies": {
"@jest/globals": "*",
"@types/jest": "*",
"@types/node": "*",
"dotenv": "*",
"eslint": "*",
"eslint-config-airbnb-base": "*",
"eslint-config-prettier": "*",
"eslint-plugin-import": "*",
"eslint-plugin-jest": "*",
"eslint-plugin-prettier": "*",
"jest": "*",
"jsdoc": "*",
"prettier": "*",
"typescript": "*",
"yarn": "*"
}
}