We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5e9198 commit f8ffe45Copy full SHA for f8ffe45
package.json
@@ -2,7 +2,26 @@
2
"name": "plv8-git",
3
"version": "0.0.1",
4
"description": "Tracks history of rows in postgresql database tables, using in-memory git operations",
5
- "license": "ISC",
+ "keywords": [
6
+ "postgresql",
7
+ "git",
8
+ "plv8",
9
+ "postgres",
10
+ "psql",
11
+ "sql",
12
+ "isomorphic-git",
13
+ "memfs",
14
+ "event-sourcing"
15
+ ],
16
+ "homepage": "https://github.com/mmkal/plv8-git#readme",
17
+ "bugs": {
18
+ "url": "https://github.com/mmkal/plv8-git/issues"
19
+ },
20
+ "repository": {
21
+ "type": "git",
22
+ "url": "https://github.com/mmkal/plv8-git.git"
23
24
+ "license": "Apache-2.0",
25
"main": "dist/bundle.js",
26
"types": "dist/index.d.ts",
27
"bin": "dist/cli.js",
0 commit comments