oneuptime/scripts/package.json
2022-03-22 14:34:04 +00:00

16 lines
487 B
JSON

{
"name": "scripts",
"version": "1.0.0",
"description": "This package is for automating misc tasks",
"main": "generate_coupons.js",
"scripts": {
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"resolutions": {},
"devDependencies": {
"npm-force-resolutions": "0.0.10"
},
"author": "",
"license": "ISC"
}