We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent affef64 commit 2e7fd92Copy full SHA for 2e7fd92
package.json
@@ -3,6 +3,14 @@
3
"version": "0.1.0",
4
"description": "Type-safe {{variable}} templating for .sql files with built-in injection protection",
5
"author": "bug3",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/bug3/sql-render.git"
9
+ },
10
+ "bugs": {
11
+ "url": "https://github.com/bug3/sql-render/issues"
12
13
+ "homepage": "https://github.com/bug3/sql-render#readme",
14
"main": "./dist/index.cjs",
15
"module": "./dist/index.mjs",
16
"types": "./dist/index.d.ts",
0 commit comments