stencil-eslint-core
Version:
ESLint utils to help create custom rules for Stencil JS projects.
54 lines (53 loc) • 1.25 kB
JSON
{
"name": "stencil-eslint-core",
"version": "0.4.1",
"description": "ESLint utils to help create custom rules for Stencil JS projects.",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"stencil",
"stencileslint",
"stencil eslint"
],
"main": "dist/index.js",
"types": "dist/build/index.d.ts",
"files": [
"dist/index.js",
"dist/build/*.d.ts"
],
"scripts": {
"build": "tsc -p . && rollup -c --bundleConfigAsCjs",
"version": "npm run build",
"release": "np --no-release-draft --no-tests"
},
"dependencies": {
"eslint-utils": "~3.0.0",
"tsutils": "~3.21.0"
},
"peerDependencies": {
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8"
},
"devDependencies": {
"@types/eslint": "^8.44.6",
"@types/jest": "~27.4.0",
"@typescript-eslint/parser": "^6.9.1",
"eslint": "^8.52.0",
"jest": "^29.7.0",
"jest-cli": "^29.7.0",
"np": "^8.0.4",
"rollup": "^4.2.0",
"rollup-plugin-node-resolve": "^5.2.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"engines": {
"node": ">=8.9.0"
},
"repository": {
"type": "git",
"url": "git@github.com:jcfranco/stencil-eslint-core.git"
},
"license": "MIT"
}