390966929f
Co-authored-by: fowntain <dean@skool.gq>
31 lines
695 B
JSON
31 lines
695 B
JSON
{
|
|
"name": "polaris",
|
|
"version": "1.0.0",
|
|
"description": "The future of school gaming",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/polarisdevs/Polaris.git"
|
|
},
|
|
"keywords": [
|
|
"games",
|
|
"unblocked",
|
|
"proxy"
|
|
],
|
|
"author": "Polaris Development Group",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/polarisdevs/Polaris/issues"
|
|
},
|
|
"homepage": "https://github.com/polarisdevs/Polaris#readme",
|
|
"dependencies": {
|
|
"@titaniumnetwork-dev/ultraviolet": "^1.0.11",
|
|
"@tomphttp/bare-server-node": "^1.2.5",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|