We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 568d81a commit 5354a3dCopy full SHA for 5354a3d
package.json
@@ -11,8 +11,11 @@
11
"debug": "npm run build && npm run parse",
12
"railroad": "npx nearley-railroad src/grammar.ne -o railroad.html"
13
},
14
- "author": "huboneo",
15
- "license": "MIT",
+ "license": "Apache-2.0",
+ "repository": {
16
+ "type": "git",
17
+ "url": "https://github.com/neo4j-apps/lambda-parser"
18
+ },
19
"devDependencies": {
20
"@babel/core": "7.5.5",
21
"@babel/preset-env": "7.5.5",
0 commit comments