We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 844f934 commit 4116dd9Copy full SHA for 4116dd9
1 file changed
package.json
@@ -1,12 +1,22 @@
1
{
2
"name": "java-ast",
3
- "version": "0.0.1",
+ "version": "0.1.0",
4
"description": "Java Parser for JavaScript/TypeScript, based on antlr4ts",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
7
"license": "MIT",
8
"repository": "https://github.com/urish/java-ast",
9
"author": "Uri Shaked <uri@codemagic.co.il>",
10
+ "keywords": [
11
+ "ast",
12
+ "java",
13
+ "parser",
14
+ "antlr",
15
+ "antlr4ts",
16
+ "abstract syntax tree",
17
+ "parse java",
18
+ "java parser"
19
+ ],
20
"files": [
21
"dist"
22
],
0 commit comments