-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "@podaac/swodlr-common",
"version": "0.0.16",
"description": "A support library for SWODLR Javascript microservices containing common utilities, models, and JSON schemas",
"main": "index.js",
"type": "module",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint" : "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/podaac/swodlr-common-js.git"
},
"author": "podaac-tva <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/podaac/swodlr-common-js/issues"
},
"homepage": "https://github.com/podaac/swodlr-common-js#readme",
"dependencies": {
"@aws-sdk/client-ssm": "^3.370.0",
"ajv": "^8.12.0",
"pg": "^8.11.1",
"sequelize": "^6.32.1",
"uuid": "^9.0.0",
"winston": "^3.10.0"
},
"devDependencies": {
"eslint": "^8.44.0",
"eslint-config-google": "^0.14.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
}
}