30 lines
650 B
JSON
30 lines
650 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 Developments",
|
|
"license": "GNU-3.0-or-later",
|
|
"homepage": "https://github.com/polarisdevs/Polaris#readme",
|
|
"dependencies": {
|
|
"@tomphttp/bare-server-node": "*",
|
|
"cors": "*",
|
|
"easyviolet": "github:Russell2259/Easyviolet",
|
|
"express": "*",
|
|
"mime": "*"
|
|
}
|
|
}
|