2020-09-09 22:05:23 +00:00
|
|
|
{
|
|
|
|
"private": true,
|
|
|
|
"name": "macos-defaults-images-recorder",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"main": "record.js",
|
|
|
|
"engines": {
|
2020-11-27 14:01:10 +00:00
|
|
|
"node": ">=15"
|
2020-09-09 22:05:23 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"record": "node index.js",
|
|
|
|
"record:debug": "NODE_ENV=DEBUG node index.js",
|
2020-11-27 14:01:10 +00:00
|
|
|
"record:next": "node record-next.mjs",
|
2020-11-23 18:34:52 +00:00
|
|
|
"build": "yarn record",
|
2020-11-27 12:58:25 +00:00
|
|
|
"lint": "prettier --write . --ignore-path ../.prettierignore",
|
|
|
|
"lint:ci": "prettier --check . --ignore-path ../.prettierignore"
|
2020-09-09 22:05:23 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
|
|
|
"aperture": "5.2.0",
|
2021-02-01 16:23:33 +00:00
|
|
|
"delay": "5.0.0",
|
2021-10-19 12:42:37 +00:00
|
|
|
"glob": "7.2.0",
|
2021-10-19 12:48:40 +00:00
|
|
|
"glob-promise": "4.2.1",
|
2020-09-09 22:05:23 +00:00
|
|
|
"jimp": "0.16.1",
|
|
|
|
"mkdirp": "1.0.4",
|
|
|
|
"node-pngquant-native": "2.2.0",
|
2021-12-20 14:16:35 +00:00
|
|
|
"prettier": "2.5.1",
|
2020-09-09 22:05:23 +00:00
|
|
|
"prompt-confirm": "2.0.4",
|
|
|
|
"robotjs": "0.6.0",
|
2021-10-19 12:33:07 +00:00
|
|
|
"sharp": "0.28.3"
|
2020-11-23 18:34:52 +00:00
|
|
|
}
|
2020-09-09 22:05:23 +00:00
|
|
|
}
|