Revelav3/package.json
2022-05-08 18:19:34 -04:00

22 lines
412 B
JSON

{
"name": "nebula",
"version": "2.3.0",
"description": "Proxy by jango",
"type": "module",
"main": "index.js",
"scripts": {
"test": "test",
"start": "node index.js"
},
"keywords": [
"educational",
"math",
"science"
],
"author": "Jango",
"license": "ISC",
"dependencies": {
"bare-server-node": "github:tomphttp/bare-server-node",
"node-static": "^0.7.11"
}
}