getfilepress 0.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/package.json +18 -0
package/README.md
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# FilePress
|
|
2
|
+
|
|
3
|
+
**Placeholder package (`getfilepress@0.0.0`).**
|
|
4
|
+
|
|
5
|
+
File-based Markdown blogs are on the way.
|
|
6
|
+
|
|
7
|
+
- Engine: [https://github.com/Catalyst-Forge-LLC/filepress](https://github.com/Catalyst-Forge-LLC/filepress)
|
|
8
|
+
|
|
9
|
+
Do not depend on this version in production.
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "getfilepress",
|
|
3
|
+
"version": "0.0.0",
|
|
4
|
+
"description": "Placeholder — FilePress is coming soon.",
|
|
5
|
+
"license": "MIT",
|
|
6
|
+
"private": false,
|
|
7
|
+
"type": "module",
|
|
8
|
+
"repository": {
|
|
9
|
+
"type": "git",
|
|
10
|
+
"url": "git+https://github.com/Catalyst-Forge-LLC/filepress.git"
|
|
11
|
+
},
|
|
12
|
+
"author": "Catalyst Forge LLC",
|
|
13
|
+
"keywords": ["markdown", "blog", "static-site", "sveltekit", "git", "filepress"],
|
|
14
|
+
"files": ["README.md"],
|
|
15
|
+
"scripts": {
|
|
16
|
+
"postinstall": "node -e \"console.log('getfilepress: reserved placeholder (0.0.0). FilePress coming soon.')\""
|
|
17
|
+
}
|
|
18
|
+
}
|