2023-11-27 06:56:03 +02:00

21 lines
403 B
JSON

{
"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"
}
}