editmamei 0.0.0-placeholder
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/index.js +0 -0
- package/package.json +18 -0
package/index.js
ADDED
|
Binary file
|
package/package.json
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "editmamei",
|
|
3
|
+
"version": "0.0.0-placeholder",
|
|
4
|
+
"description": "Coming Soon... AI-Superpowered Photoshop Automation Bridge. Placeholder reserving the editmamei npm name. See editmamei.com.",
|
|
5
|
+
"main": "index.js",
|
|
6
|
+
"files": ["index.js"],
|
|
7
|
+
"license": "UNLICENSED",
|
|
8
|
+
"private": false,
|
|
9
|
+
"homepage": "https://editmamei.com",
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "git+https://github.com/editmamei/editmamei-ce.git"
|
|
13
|
+
},
|
|
14
|
+
"bugs": {
|
|
15
|
+
"url": "https://github.com/editmamei/editmamei-ce/issues"
|
|
16
|
+
},
|
|
17
|
+
"author": "editmamei"
|
|
18
|
+
}
|