Files
2021-12-02 00:48:04 +01:00

26 lines
409 B
JSON

{
"name": "web_toy_workshop",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"keywords": [],
"authors": [
"rayhan0x01",
"Makelaris",
"Makelaris jr"
],
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"sqlite-async": "^1.1.1",
"puppeteer": "^11.0.0",
"hbs": "^4.1.2"
},
"devDependencies": {
"nodemon": "^1.19.1"
}
}