Skip to content

Commit 2925bdd

Browse files
committed
chore: add metadata
1 parent 27f979f commit 2925bdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
"type": "module",
44
"version": "1.0.0",
55
"license": "MIT",
6+
"keywords": [
7+
"eslint",
8+
"plugin",
9+
"sqlite"
10+
],
11+
"repository": "https://github.com/merceyz/eslint-plugin-sqlite.git",
12+
"author": "merceyz <[email protected]>",
13+
"description": "ESLint plugin that can validate SQLite queries and automatically generate types for query parameters and results",
614
"scripts": {
715
"build": "rm -rf dist src/parser && docker build --output ./src/parser --output ./dist/parser ./parser --target build_export && tsc && tsc --project tsconfig.build.json",
816
"test": "vitest",

0 commit comments

Comments
 (0)