Files
Polaris/package.json
T
2023-05-01 19:31:34 -06:00

29 lines
600 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": {
"express": "^4.18.2"
}
}