-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 817 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 817 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
{
"name": "attend-bot",
"version": "1.0.0",
"description": "\r ",
"main": "index.js",
"scripts": {
"test": "prettier --check {**/*,*}.{yaml,yml,json,md}",
"format": "prettier --write {**/*,*}.{yaml,yml,json,md}"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deepbaksu/attend-bot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/deepbaksu/attend-bot/issues"
},
"homepage": "https://github.com/deepbaksu/attend-bot#readme",
"devDependencies": {
"prettier": "^2.3.2"
}
}