@inngest/eslint-plugin
Version:
An ESLint plugin and config for [`inngest`](/packages/inngest/).
42 lines (41 loc) • 1 kB
JSON
{
"name": "@inngest/eslint-plugin",
"version": "0.0.7",
"description": "",
"main": "dist/index.js",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"scripts": {
"build": "tsc",
"postversion": "pnpm run build",
"test": "jest --silent --ci",
"release": "node ../../scripts/release/publish.js",
"log": "node ./test.js"
},
"files": [
"dist"
],
"keywords": [
"eslint",
"eslintplugin",
"inngest"
],
"homepage": "https://github.com/inngest/inngest-js/tree/main/packages/eslint-plugin#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/inngest/inngest-js.git",
"directory": "packages/eslint-plugin"
},
"author": "Jack Williams <jack@inngest.com>",
"license": "ISC",
"dependencies": {
"@typescript-eslint/utils": "^6.11.0",
"typescript": "~5.5.2"
},
"devDependencies": {
"@typescript-eslint/rule-tester": "^6.11.0",
"jest": "^29.3.1",
"ts-jest": "^29.1.0"
}
}