File size: 586 Bytes
2166212 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 | {
"name": "Utopia",
"version": "1.0.0",
"description": "Epic proxy",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git://github.com/EpicProgrammingPerson/Utopia-Beta.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@tomphttp/bare-server-node": "^1.2.2",
"acorn-hammerhead": "^0.5.0",
"css-tree": "^2.1.0",
"express": "^4.18.1",
"node-static": "^0.7.11",
"parse5": "^6.0.1",
"webpack": "^5.70.0"
}
}
|