Files
getting-started/nodejs/errorhandling/package.json
2022-03-30 10:01:45 +05:30

24 lines
475 B
JSON

{
"name": "storefront",
"version": "1.0.0",
"description": "",
"main": "js/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.26.1",
"express": "^4.17.3",
"node-fetch": "^3.2.2"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/node": "^17.0.23",
"ts-node": "^10.7.0",
"typescript": "^4.6.3"
}
}