eslint-config/packages/eslint-plugin-antfu/package.json
2023-05-05 18:36:15 +02:00

27 lines
578 B
JSON

{
"name": "eslint-plugin-antfu",
"version": "0.38.6",
"license": "MIT",
"homepage": "https://github.com/antfu/eslint-config",
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && unbuild",
"stub": "unbuild --stub",
"test": "vitest",
"prepublishOnly": "nr build"
},
"dependencies": {
"@typescript-eslint/utils": "^5.59.0"
},
"devDependencies": {
"@types/node": "^18.15.11",
"unbuild": "^1.2.1",
"vitest": "^0.30.1"
}
}