mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-01-11 19:56:44 +00:00
16 lines
487 B
JSON
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"
|
|
}
|