peacenotwar/package.json

25 lines
803 B
JSON

{
"name": "peacenotwar",
"version": "9.1.9",
"description": "NO MORE WAR! Spread peace and love, not hate. Forgive those that have hurt you, none of us are perfect, including this fucking idiot who made this node module.",
"type": "module",
"main": "node-ipc.cjs",
"module": "index.js",
"scripts": {
"prepare": "esbuild index.js --bundle --format=cjs --target=es5 --platform=node --outfile=index.cjs"
},
"engines": {
"node": ">=4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://git.troplo.com/Troplo/peacenotwar"
},
"author": "Brandon Nozaki Miller is responsible for this monstrocity",
"license": "GPL-3.0-or-later",
"dependencies": {},
"devDependencies": {
"esbuild": "0.12.28"
}
}