Files
Polaris/package.json
T
Russell2259 e182bde9e1 add cdn
2023-07-25 22:14:50 -06:00

32 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": {
"cors": "^2.8.5",
"easyviolet": "github:Russell2259/Easyviolet",
"express": "^4.18.2",
"mime": "^3.0.0"
}
}