@uofx/eslint-plugin
Version:
EDE eslint for all project.
26 lines • 643 B
JSON
{
"name": "@uofx/eslint-plugin",
"description": "EDE eslint for all project.",
"version": "0.3.0",
"author": "e-Excellence Inc. (https://www.edetw.com/)",
"main": "./dist/index.js",
"files": [
"dist/**"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsup src/index.ts --no-splitting --minify",
"deploy": "npm run build && npm pack"
},
"devDependencies": {
"@types/eslint": "^8.2.0",
"@types/estree": "0.0.50",
"@types/node": "^16.11.7",
"tsup": "^5.7.1",
"typescript": "^4.3.5"
},
"keywords": [
"EDE",
"eslint"
]
}