{ "name": "taxcalculator", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "postinstall": "copyfiles -u 1 node_modules/toastr/build/toastr.* wwwroot/lib/" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "toastr": "^2.1.4" }, "devDependencies": { "eslint": "^8.54.0", "ncp": "^2.0.0", "npm-run-all": "^4.1.5" } }