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 38bfcc5 commit 0db0f5aCopy full SHA for 0db0f5a
package.json
@@ -19,8 +19,16 @@
19
"build:client": "npm run mkdir:dist && browserify client/index.ts -p [ tsify --noImplicitAny ] > dist/sqlsimpleparser.js",
20
"mkdir:dist": "node ./build/createDistFolder.js"
21
},
22
+ "repository": {
23
+ "type": "git",
24
+ "url": "git+https://github.com/funktechno/sql-simple-parser.git"
25
+ },
26
"author": "lastlink",
27
"license": "MIT",
28
+ "bugs": {
29
+ "url": "https://github.com/funktechno/sql-simple-parser/issues"
30
31
+ "homepage": "https://github.com/funktechno/sql-simple-parser#readme",
32
"devDependencies": {
33
"@types/jest": "^29.0.3",
34
"@types/lodash": "^4.14.185",
0 commit comments