-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (30 loc) · 898 Bytes
/
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
{
"name": "self-affirmation-check",
"version": "1.0.2",
"description": "This is a self-affirmation checklist based on \"中島輝 著 『何があっても「大丈夫。」と思えるようになる 自己肯定感の教科書』\". Please answer 12 questions.",
"main": "main.js",
"bin": {
"self-affirmation-check": "./main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Saki-htr/self-affirmation-check.git"
},
"keywords": [
"checklist",
"mental",
"question"
],
"author": "saki-htr <saki.hattori0116@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/Saki-htr/self-affirmation-check/issues"
},
"homepage": "https://github.com/Saki-htr/self-affirmation-check#readme",
"dependencies": {
"enquirer": "^2.3.6"
}
}