eslint-config/packages/eslint-plugin-antfu/package.json
2022-05-25 07:02:45 +08:00

26 lines
546 B
JSON

{
"name": "eslint-plugin-antfu",
"version": "0.24.1",
"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.26.0"
},
"devDependencies": {
"unbuild": "^0.7.4",
"vitest": "^0.12.9"
}
}