FXclient-mirror/package.json

26 lines
578 B
JSON
Raw Normal View History

{
"name": "fxclient",
"version": "0.5.3",
"description": "A modded territorial.io client",
"main": "index.js",
2024-06-07 02:08:47 -07:00
"type": "module",
"scripts": {
"build": "node index.js",
"build-only": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fxclient/FXclient.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/fxclient/FXclient/issues"
},
"homepage": "https://github.com/fxclient/FXclient#readme",
"dependencies": {
"js-beautify": "^1.14.11",
"uglify-js": "^3.19.2"
}
}