-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 851 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "@pgpm/meta-db-modules",
"version": "0.9.0",
"description": "Module metadata handling and dependency tracking",
"author": "Dan Lynch <pyramation@gmail.com>",
"contributors": [
"Interweb <developers@interweb.co>"
],
"keywords": [
"postgresql",
"pgpm",
"metadata",
"modules"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"bundle": "pgpm package",
"test": "jest",
"test:watch": "jest --watch"
},
"dependencies": {
"@pgpm/meta-db": "workspace:*",
"@pgpm/verify": "workspace:*"
},
"devDependencies": {
"pgpm": "^0.2.0"
},
"repository": {
"type": "git",
"url": "https://github.com/launchql/pgpm-modules"
},
"homepage": "https://github.com/launchql/pgpm-modules",
"bugs": {
"url": "https://github.com/launchql/pgpm-modules/issues"
}
}