-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.16 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.16 KB
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 1Password.",
"main": "index.js",
"type": "module",
"engines": {
"node": ">= 24.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": "*"
}
}