eslint-config/packages/eslint-plugin-antfu/package.json
2023-03-04 15:23:57 +01:00

27 lines
577 B
JSON

{
"name": "eslint-plugin-antfu",
"version": "0.36.0",
"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.53.0"
},
"devDependencies": {
"@types/node": "^18.14.1",
"unbuild": "^1.1.2",
"vitest": "^0.28.5"
}
}