26 lines
547 B
JSON
26 lines
547 B
JSON
{
|
|
"name": "eslint-plugin-antfu",
|
|
"version": "0.27.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.36.1"
|
|
},
|
|
"devDependencies": {
|
|
"unbuild": "^0.8.10",
|
|
"vitest": "^0.22.1"
|
|
}
|
|
}
|