forked from designdrop/peacenotwar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.13 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
{
"name": "peacenotwar",
"version": "9.1.8",
"description": "NO MORE WAR! Spread peace and love, not hate. Forgive those that have hurt you, none of us are perfect.",
"type": "module",
"main": "node-ipc.cjs",
"module": "index.js",
"scripts": {
"prepare": "esbuild index.js --bundle --format=cjs --target=es5 --platform=node --outfile=index.cjs",
"test": "echo \"Lovin' You! Peace not War, Forgive them. ♥\" && node test.js && exit 1"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/peacenotwar.git"
},
"keywords": [
"ukraine",
"conflict",
"nomorewar",
"peace",
"love",
"forgive",
"none_of_us_are_perfect",
"peaceful_protest"
],
"author": "Brandon Nozaki Miller",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/RIAEvangelist/peacenotwar"
},
"homepage": "https://github.com/RIAEvangelist/peacenotwar",
"dependencies": {},
"devDependencies": {
"esbuild": "0.12.28"
}
}