eslint-plugin-vtex
Version:
VTEX's ESLint plugin
70 lines (69 loc) • 1.72 kB
JSON
{
"name": "eslint-plugin-vtex",
"version": "2.3.0",
"description": "VTEX's ESLint plugin",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"docs",
"dist"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/vtex/javascript/issues"
},
"homepage": "https://github.com/vtex/typescript",
"repository": {
"type": "git",
"url": "https://github.com/vtex/typescript.git",
"directory": "packages/eslint-plugin-vtex"
},
"contributors": [
"Christian Kaisermann <christian.andrade@vtex.com.br>",
"Gabriel Takashi Katakura <gabriel.katakura@vtex.com.br>"
],
"keywords": [
"eslint",
"eslint-plugin",
"vtex"
],
"scripts": {
"version": "chan release $npm_package_version && git add CHANGELOG.md",
"watch": "tsup src/index.ts --watch",
"build": "tsup src/index.ts --format esm,cjs,iife --dts",
"test": "jest",
"prepare": "yarn build"
},
"jest": {
"transform": {
"\\.(js|ts)$": [
"babel-jest",
{
"configFile": "./test/babel.config.js"
}
]
},
"testPathIgnorePatterns": [
"/node_modules/"
],
"collectCoverage": false
},
"dependencies": {
"@typescript-eslint/utils": "^5.15.0"
},
"devDependencies": {
"@babel/core": "^7.24.4",
"@babel/preset-env": "^7.24.4",
"@babel/preset-typescript": "^7.24.1",
"@typescript-eslint/experimental-utils": "^5.15.0",
"@typescript-eslint/parser": "^5.15.0",
"babel-jest": "^29.7.0",
"jest": "^27.5.1",
"tsup": "^8.0.2"
},
"peerDependencies": {
"eslint": "^6 || ^7 || ^8"
},
"gitHead": "e97bc405c546a3b8f0faf6c49d5cf4b7bc950c2a"
}