webgl/package.json
Tyler Murphy a28e995202 initial
2023-01-18 09:30:41 -05:00

14 lines
234 B
JSON

{
"name": "webgl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Tyler Murphy",
"license": "ISC",
"dependencies": {
"express": "^4.18.2"
}
}