Skip to content

Commit 3014df8

Browse files
committed
Add more keywords
1 parent 27ca46d commit 3014df8

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

package.json

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,19 +20,28 @@
2020
"build": "rm -rf dist && esbuild src/args-tokenizer.ts --outdir=dist --bundle --format=esm && tsc && rm dist/*.test.*",
2121
"test": "vitest run"
2222
},
23-
"repository": {
24-
"type": "git",
25-
"url": "git+https://github.com/TrySound/args-tokenizer.git"
26-
},
27-
"keywords": [],
28-
"author": "Bogdan Chadkin <[email protected]>",
29-
"license": "MIT",
3023
"devDependencies": {
3124
"@types/node": "^22.10.2",
3225
"esbuild": "^0.24.0",
3326
"prettier": "^3.4.2",
3427
"tsx": "^4.19.2",
3528
"typescript": "^5.7.2",
3629
"vitest": "^2.1.8"
37-
}
30+
},
31+
"repository": {
32+
"type": "git",
33+
"url": "git+https://github.com/TrySound/args-tokenizer.git"
34+
},
35+
"keywords": [
36+
"args",
37+
"commands",
38+
"shell",
39+
"tokenizer",
40+
"parser",
41+
"tinyexec",
42+
"child_process",
43+
"spawn"
44+
],
45+
"author": "Bogdan Chadkin <[email protected]>",
46+
"license": "MIT"
3847
}

0 commit comments

Comments
 (0)