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 7f91c8d commit 5a3ae04Copy full SHA for 5a3ae04
package.json
@@ -1,8 +1,8 @@
1
{
2
"name": "onec-syntaxparser",
3
- "version": "0.0.0",
+ "version": "0.1.0",
4
"description": "Parser for 1C bsl language based on regexp",
5
- "main": "index.js",
+ "main": "lib/parser.js",
6
"scripts": {
7
"test": "mocha test"
8
},
@@ -21,5 +21,12 @@
21
22
"dependencies": {
23
"lokijs": "~1.3.15"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/pumbaEO/onec-syntaxparser.git"
28
29
+ "bugs": {
30
+ "url": "https://github.com/pumbaEO/onec-syntaxparser/issues"
31
}
32
0 commit comments