Skip to content

Commit 2600b8b

Browse files
committed
fix: add missing package.json for constructive-platform-seed pgpm module
1 parent 74f6bd0 commit 2600b8b

1 file changed

Lines changed: 29 additions & 0 deletions

File tree

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "@constructive-io/constructive-platform-seed",
3+
"version": "0.1.0",
4+
"description": "Platform metadata seed: database, schemas, compute API, domain, and site",
5+
"author": "Constructive <developers@constructive.io>",
6+
"keywords": [
7+
"postgresql",
8+
"pgpm",
9+
"constructive-platform-seed"
10+
],
11+
"publishConfig": {
12+
"access": "public"
13+
},
14+
"scripts": {
15+
"bundle": "pgpm package"
16+
},
17+
"repository": {
18+
"type": "git",
19+
"url": "https://github.com/constructive-io/constructive-functions"
20+
},
21+
"dependencies": {
22+
"@pgpm/metaschema-modules": "0.28.0",
23+
"@pgpm/metaschema-schema": "0.28.0",
24+
"@pgpm/services": "0.28.0"
25+
},
26+
"devDependencies": {
27+
"pgpm": "^4.26.1"
28+
}
29+
}

0 commit comments

Comments
 (0)