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

26 lines
547 B
JSON
Raw Normal View History

2022-04-02 23:18:36 +08:00
{
"name": "eslint-plugin-antfu",
2022-08-29 08:50:45 +08:00
"version": "0.26.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": {
2022-09-03 13:03:40 +08:00
"@typescript-eslint/utils": "^5.36.1"
2022-04-02 23:18:36 +08:00
},
"devDependencies": {
2022-09-03 13:03:40 +08:00
"unbuild": "^0.8.10",
2022-08-29 08:50:41 +08:00
"vitest": "^0.22.1"
2022-04-02 23:18:36 +08:00
}
}