@cloneisyou/cli 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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -0
  2. package/README.md +1 -0
  3. package/package.json +23 -0
package/LICENSE.md ADDED
@@ -0,0 +1 @@
1
+ SEE LICENSE IN LICENSE.md
package/README.md ADDED
@@ -0,0 +1 @@
1
+ Bootstrap package for Clone CLI trusted publishing. Real releases are published from GitHub Actions.
package/package.json ADDED
@@ -0,0 +1,23 @@
1
+ {
2
+ "name": "@cloneisyou/cli",
3
+ "version": "0.0.0",
4
+ "description": "Bootstrap package for Clone CLI trusted publishing",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "SEE LICENSE IN LICENSE.md",
12
+ "type": "commonjs",
13
+ "private": false,
14
+ "homepage": "https://clone.is",
15
+ "repository": {
16
+ "type": "git",
17
+ "url": "git+https://github.com/cloneisyou/clone.git",
18
+ "directory": "apps/cli/npm"
19
+ },
20
+ "publishConfig": {
21
+ "access": "public"
22
+ }
23
+ }