Skip to content

Commit f8ffe45

Browse files
committed
add package metadata
1 parent c5e9198 commit f8ffe45

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

package.json

+20-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,26 @@
22
"name": "plv8-git",
33
"version": "0.0.1",
44
"description": "Tracks history of rows in postgresql database tables, using in-memory git operations",
5-
"license": "ISC",
5+
"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",
625
"main": "dist/bundle.js",
726
"types": "dist/index.d.ts",
827
"bin": "dist/cli.js",

0 commit comments

Comments
 (0)