Files
havox/package.json
2026-03-31 22:19:53 +01:00

21 lines
356 B
JSON

{
"name": "havox",
"version": "1.0.0",
"description": "",
"main": "404.js",
"scripts": {
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git@git.umbra.mom:jay/havox.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"devDependencies": {
"prettier": "^3.8.1"
}
}