Initial
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user