-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.15 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
43
44
45
46
47
{
"name": "@lifeomic/blamda",
"version": "0.0.0",
"main": "index.js",
"license": "MIT",
"author": "LifeOmic <[email protected]>",
"repository": {},
"publishConfig": {
"access": "public",
"provenance": true
},
"scripts": {
"build": "node build.js",
"lint": "eslint .",
"test": "jest"
},
"bin": {
"blamda": "./bin/cli.js"
},
"dependencies": {
"adm-zip": "^0.5.10",
"esbuild": "^0.20.2",
"glob": "^8.1.0",
"yargs": "^17.7.1"
},
"devDependencies": {
"@aws-sdk/client-lambda": "^3.359.0",
"@lifeomic/eslint-config-standards": "^4.0.0",
"@lifeomic/typescript-config": "^3.0.0",
"@types/adm-zip": "^0.5.0",
"@types/glob": "^8.1.0",
"@types/jest": "^29.4.0",
"@types/node": "^14.0.0",
"@types/yargs": "^17.0.22",
"aws-sdk": "^2.1321.0",
"conventional-changelog-conventionalcommits": "^5.0.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"jest": "^29.4.3",
"prettier": "^2.8.4",
"semantic-release": "^20.1.0",
"ts-jest": "^29.0.5",
"ts-node": "^10.9.1",
"typescript": "^4.9.5"
}
}