-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.45 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
48
49
50
{
"name": "@totallymoney/github-serverless-dotnet-artifacts",
"version": "4.0.7",
"description": "Use github releases to publish and deploy serverless framework dotnet projects",
"type": "module",
"author": "totallymoney",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/totallymoney/github-serverless-dotnet-artifacts.git"
},
"bin": {
"gsda-publish": "bin/publish.sh",
"gsda-deploy": "bin/deploy.sh",
"gsda-dev-deploy": "bin/dev-deploy.sh",
"gsda-pick": "bin/pick.js",
"gsda-logs": "bin/logs.js",
"gsda-app": "bin/app.js"
},
"scripts": {
"lint": "eslint ./lib ./bin",
"publish:new": "yarn publish --access public && npm view",
"postversion": "git push && git push --tags"
},
"dependencies": {
"@aws-sdk/client-lambda": "^3.656.0",
"@aws-sdk/credential-providers": "^3.654.0",
"async": "^3.2.3",
"command-exists": "^1.2.9",
"cwlogs-url-builder": "^0.1.0",
"date-fns": "^2.28.0",
"enquirer": "^2.3.6",
"js-yaml": "^4.1.0",
"minimist": "^1.2.5",
"node-notifier": "^10.0.1",
"number-to-words": "^1.2.4",
"open": "^8.4.0",
"ora": "^6.1.0",
"simple-git": "^3.2.6"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0"
}
}