eslint-config/packages/eslint-plugin-antfu/package.json
2022-11-12 15:06:28 +08:00

27 lines
577 B
JSON

{
"name": "eslint-plugin-antfu",
"version": "0.30.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.42.1"
},
"devDependencies": {
"@types/node": "^18.11.9",
"unbuild": "^0.9.4",
"vitest": "^0.25.1"
}
}