create-dokio 0.1.1 → 0.1.3
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 +20 -0
- package/README.md +1 -1
- package/package.json +2 -2
package/LICENSE
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
Proprietary License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2026 Dokio. All rights reserved.
|
|
4
|
+
|
|
5
|
+
This software and associated documentation files (the "Software") are the
|
|
6
|
+
exclusive property of Dokio. Use of this Software is restricted to internal
|
|
7
|
+
use by Dokio employees and authorized contractors only.
|
|
8
|
+
|
|
9
|
+
The following are strictly prohibited without prior written permission from Dokio:
|
|
10
|
+
|
|
11
|
+
- Use of the Software outside of Dokio's internal operations
|
|
12
|
+
- Copying, modifying, merging, or distributing the Software
|
|
13
|
+
- Sublicensing or selling copies of the Software
|
|
14
|
+
- Publishing the Software or making it available to third parties
|
|
15
|
+
|
|
16
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
17
|
+
IMPLIED. IN NO EVENT SHALL DOKIO BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
18
|
+
LIABILITY ARISING FROM THE USE OF THIS SOFTWARE.
|
|
19
|
+
|
|
20
|
+
For licensing inquiries contact: jake@dokio.co
|
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-dokio",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.3",
|
|
4
4
|
"description": "CLI scaffold for Dokio templates",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
"template",
|
|
48
48
|
"cli"
|
|
49
49
|
],
|
|
50
|
-
"license": "
|
|
50
|
+
"license": "SEE LICENSE IN LICENSE",
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup",
|
|
53
53
|
"dev": "tsup --watch",
|