prismioai 0.1.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/LICENSE.md ADDED
@@ -0,0 +1,8 @@
1
+ # License
2
+
3
+ Proprietary. All rights reserved.
4
+
5
+ This package is reserved for Prism IO AI by PopTech Studio LLC.
6
+ https://prismio.ai
7
+
8
+ For licensing inquiries: rob@prismio.ai
package/README.md ADDED
@@ -0,0 +1,4 @@
1
+ # prismioai
2
+
3
+ Prism IO AI - Brand Identity Infrastructure SDK.
4
+ Coming soon. https://prismio.ai
package/index.js ADDED
@@ -0,0 +1,3 @@
1
+ // Prism IO AI SDK - placeholder
2
+ // Coming soon. https://prismio.ai
3
+ module.exports = {};
package/package.json ADDED
@@ -0,0 +1,21 @@
1
+ {
2
+ "name": "prismioai",
3
+ "version": "0.1.0",
4
+ "description": "Prism IO AI - Brand Identity Infrastructure Platform",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"No tests yet\" && exit 0"
8
+ },
9
+ "keywords": ["prismio", "prism-io", "brand-identity", "brandos"],
10
+ "author": "Rob Williams <rob@prismio.ai>",
11
+ "license": "SEE LICENSE IN LICENSE.md",
12
+ "homepage": "https://prismio.ai",
13
+ "engines": {
14
+ "node": ">=18"
15
+ },
16
+ "files": [
17
+ "index.js",
18
+ "README.md",
19
+ "LICENSE.md"
20
+ ]
21
+ }