eslint-config/packages/eslint-plugin-antfu/package.json

27 lines
577 B
JSON
Raw Permalink Normal View History

2022-04-02 23:18:36 +08:00
{
"name": "eslint-plugin-antfu",
2023-02-07 21:40:21 +08:00
"version": "0.35.2",
2022-04-02 23:18:36 +08:00
"license": "MIT",
2022-05-25 07:02:45 +08:00
"homepage": "https://github.com/antfu/eslint-config",
2022-04-02 23:18:36 +08:00
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rimraf dist && unbuild",
"stub": "unbuild --stub",
2022-04-02 23:51:24 +08:00
"test": "vitest",
2022-04-02 23:18:36 +08:00
"prepublishOnly": "nr build"
},
"dependencies": {
2023-02-07 21:37:18 +08:00
"@typescript-eslint/utils": "^5.51.0"
2022-04-02 23:18:36 +08:00
},
"devDependencies": {
2023-02-07 21:37:18 +08:00
"@types/node": "^18.13.0",
2023-01-29 07:36:40 +08:00
"unbuild": "^1.1.1",
2023-02-07 21:37:18 +08:00
"vitest": "^0.28.4"
2022-04-02 23:18:36 +08:00
}
}