-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 945 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
31
32
33
34
35
36
37
38
{
"name": "why-app",
"version": "0.1.0",
"author": "OCSoft42",
"description": "A philosophical tool for your existential journey.",
"keywords": [
"42",
"nihilism",
"absurdism",
"existentialism",
"epistemology",
"philosophy",
"meaning-of-life",
"thought-experiment",
"self-discovery",
"mental-health",
"personal-growth",
"introspection",
"ethics",
"morality"
],
"private": true,
"type": "module",
"scripts": {
"preinstall": "npx only-allow pnpm",
"host:beta": "firebase --project why-app deploy --only hosting:beta",
"host:prod": "firebase --project why-app deploy --only hosting:prod",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ortwic/why-app.git"
},
"bugs": {
"url": "https://github.com/ortwic/why-app/issues"
},
"homepage": "https://why-app.web.app"
}