oneuptime/Scripts/package.json

25 lines
696 B
JSON
Raw Normal View History

2020-10-02 08:35:09 +00:00
{
"name": "scripts",
"version": "1.0.0",
"description": "This package is for automating misc tasks",
"main": "generate_coupons.js",
2022-04-01 20:17:29 +00:00
"type": "commonjs",
"scripts": {
2021-03-06 12:46:43 +00:00
"preinstall": "npx npm-force-resolutions || echo 'No package-lock.json file. Skipping force resolutions'",
2022-04-01 20:17:29 +00:00
"test": "echo \"Error: no test specified\" && exit 1",
"start": "zx ./build/dist/index.js",
"compile": "tsc"
},
2021-03-08 08:04:48 +00:00
"resolutions": {},
2021-03-06 12:46:43 +00:00
"devDependencies": {
2022-03-22 10:34:57 +00:00
"npm-force-resolutions": "0.0.10"
2021-03-06 12:46:43 +00:00
},
"author": "",
2022-04-30 13:25:36 +00:00
"license": "MIT",
2022-04-01 20:17:29 +00:00
"dependencies": {
"ts-node": "^10.7.0",
"typescript": "^4.6.3",
"zx": "^6.0.7"
}
2020-10-02 08:35:09 +00:00
}