monkeytype/packages/release/package.json
Jack 660668c530
chore: use oxfmt for formatting (@miodec) (#7187)
8 times faster formatting,
calls prettier internally for unsupported files

waiting on https://github.com/oxc-project/oxc/issues/16637
https://github.com/oxc-project/oxc/issues/16598
https://github.com/oxc-project/oxc/issues/16621

---------

Co-authored-by: Christian Fehmer <cfe@sexy-developer.com>
2025-12-15 16:53:50 +01:00

27 lines
727 B
JSON

{
"name": "@monkeytype/release",
"private": true,
"type": "module",
"bin": {
"monkeytype-release": "./src/index.js"
},
"scripts": {
"dev": "nodemon --watch src --exec \"node ./src/index.js --dry\"",
"dev-hotfix": "nodemon --watch src --exec \"node ./src/index.js --dry --hotfix\"",
"dev-changelog": "nodemon ./src/buildChangelog.js",
"oxlint": "oxlint .",
"lint": "npm run oxlint",
"purge-cf-cache": "./bin/purgeCfCache.sh"
},
"dependencies": {
"@octokit/rest": "21.1.1",
"dotenv": "16.4.5",
"readline-sync": "1.4.10"
},
"devDependencies": {
"@monkeytype/eslint-config": "workspace:*",
"eslint": "8.57.1",
"nodemon": "3.1.4",
"oxlint": "1.29.0"
}
}