2023-02-07 16:59:20 -06:00
|
|
|
{
|
|
|
|
"name": "@freesewing/scripts",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Scripts to run various business tasks for the @freesewing monorepo",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "github:freesewing/freesewing"
|
|
|
|
},
|
|
|
|
"author": "Joost De Cock <joost@joost.at> (https://github.com/joostdecock)",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-11-10 18:00:19 +00:00
|
|
|
"axios": "^1.6.0",
|
2023-02-07 16:59:20 -06:00
|
|
|
"chalk": "^5.2.0",
|
|
|
|
"glob": "^8.0.3",
|
|
|
|
"i18n": "^0.15.1",
|
|
|
|
"js-yaml": "^4.1.0",
|
|
|
|
"lodash.get": "^4.4.2",
|
|
|
|
"lodash.orderby": "^4.6.0",
|
|
|
|
"lodash.set": "^4.3.2",
|
|
|
|
"mustache": "^4.2.0",
|
2024-02-02 17:50:30 +00:00
|
|
|
"nodemailer": "^6.9.9",
|
2023-02-07 16:59:20 -06:00
|
|
|
"prompts": "^2.4.2",
|
|
|
|
"rehype-format": "^4.0.1",
|
|
|
|
"rehype-stringify": "^9.0.3",
|
|
|
|
"remark-parse": "^10.0.1",
|
|
|
|
"remark-rehype": "^10.1.0",
|
|
|
|
"tlds": "^1.236.0",
|
|
|
|
"unified": "^10.1.2"
|
|
|
|
}
|
|
|
|
}
|