-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 770 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 770 Bytes
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
{
"name": "amplify-build-notification",
"version": "0.1.0",
"private": true,
"description": "Add your AWS Amplify app's build notification with AWS ChatBot",
"repository": {
"type": "git",
"url": "https://github.com/fossamagna/amplify-build-notification.git"
},
"bugs": {
"url": "https://github.com/fossamagna/amplify-build-notification/issues"
},
"workspaces": [
"packages/*"
],
"author": "MURAKAMI Masahiko <fossamagna2@gmail.com>",
"license": "Apache-2.0",
"scripts": {
"build": "tsc --build packages/*",
"clean": "npm run clean --workspaces --if-present",
"test": "npm test --workspaces --if-present"
},
"devDependencies": {
"typescript": "~5.9.0"
},
"keywords": [
"amplify",
"backend"
]
}