sandbox/npm/eslint-config/package.json
Yongmin Hong bfab2ea75c
CI(npm): pin npm package version
Summary:
Ref T176.

Signed-off-by: Yongmin Hong <revi@omglol.email>

Test Plan: `npm ci`

Reviewers: O1 revi & automations, revi

Reviewed By: O1 revi & automations, revi

Maniphest Tasks: T176

Differential Revision: https://issuetracker.revi.xyz/D393
2024-06-21 16:15:24 +09:00

39 lines
1 KiB
JSON

{
"$schema": "https://json.schemastore.org/package.json",
"name": "@revi/eslint-config",
"version": "0.0.4",
"description": "@revi's shared eslint config",
"main": "eslint.config.js",
"peerDependencies": {
"@eslint/js": "^8.0.0 || ^9.0.0",
"eslint": "^8.0.0 || ^9.0.0",
"eslint-config-prettier": "9.1.0",
"globals": "15.6.0"
},
"devDependencies": {
"@revi/prettier-config": "0.0.2",
"@types/eslint__js": "8.42.3",
"@types/eslint-config-prettier": "6.11.3",
"prettier": "3.3.2"
},
"scripts": {
"test": "prettier --check"
},
"funding": "https://github.com/sponsors/revi",
"homepage": "https://github.com/revi/sandbox/tree/master/npm/eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/revi/sandbox.git",
"directory": "npm/eslint-config"
},
"keywords": [
"eslint"
],
"author": {
"name": "Yongmin Hong",
"url": "https://revi.xyz/",
"email": "revi@omglol.email"
},
"type": "module",
"license": "Apache-2.0"
}