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

27 lines
575 B
JSON
Raw Normal View History

2022-04-02 23:18:36 +08:00
{
"name": "eslint-plugin-antfu",
2023-08-01 23:00:05 +08:00
"version": "0.40.0",
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-07-16 06:20:31 +08:00
"@typescript-eslint/utils": "^6.0.0"
2022-04-02 23:18:36 +08:00
},
"devDependencies": {
2023-07-16 06:20:31 +08:00
"@types/node": "^20.4.2",
2023-04-18 19:56:00 +08:00
"unbuild": "^1.2.1",
2023-07-16 06:20:31 +08:00
"vitest": "^0.33.0"
2022-04-02 23:18:36 +08:00
}
}