eslint-config/packages/eslint-plugin-antfu/package.json
2023-05-31 09:53:19 +02:00

27 lines
576 B
JSON

{
"name": "eslint-plugin-antfu",
"version": "0.39.4",
"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.7"
},
"devDependencies": {
"@types/node": "^20.2.3",
"unbuild": "^1.2.1",
"vitest": "^0.31.1"
}
}