Yongmin Hong
ac71d4fa61
Summary: External version of D724. Signed-off-by: Yongmin Hong <revi@omglol.email> Test Plan: Run `pnpm install` and verify installations are successful. Reviewers: O1 revi & automations, revi Reviewed By: O1 revi & automations, revi Differential Revision: https://issuetracker.revi.xyz/D725
33 lines
859 B
JSON
33 lines
859 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/package.json",
|
|
"name": "@revi/scripts",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"devDependencies": {
|
|
"@revi/eslint-config": "./npm/eslint-config",
|
|
"@revi/prettier-config": "./npm/prettier-config",
|
|
"@types/node": "20.14.13",
|
|
"csslint": "1.0.5",
|
|
"eslint": "9.10.0",
|
|
"eslint-config-wikimedia": "0.28.2",
|
|
"jshint": "2.13.6",
|
|
"prettier": "3.3.3",
|
|
"typescript": "5.5.4"
|
|
},
|
|
"optionalDependencies": {
|
|
"renovate": "38.8.3"
|
|
},
|
|
"scripts": {
|
|
"eslint": "eslint",
|
|
"lint:renovate": "renovate-config-validator",
|
|
"p:c": "prettier --check",
|
|
"p:w": "prettier --write"
|
|
},
|
|
"packageManager": "pnpm@9.10.0",
|
|
"prettier": "@revi/prettier-config",
|
|
"author": {
|
|
"name": "Yongmin Hong",
|
|
"url": "https://revi.xyz",
|
|
"email": "package-admin@revi.dev"
|
|
}
|
|
}
|