@opcat-labs/cli-opcat 1.0.0 → 1.0.1

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.
Binary file
Binary file
package/package.json CHANGED
@@ -1,50 +1,50 @@
1
- {
2
- "name": "@opcat-labs/cli-opcat",
3
- "version": "1.0.0",
4
- "description": "CLI tool for creating and managing sCrypt projects.",
5
- "type": "commonjs",
6
- "author": "sCrypt.Inc",
7
- "bin": {
8
- "scrypt-cli-opcat": "bin/main.js"
9
- },
10
- "files": [
11
- "dist",
12
- "bin",
13
- "assets"
14
- ],
15
- "license": "MIT",
16
- "engines": {
17
- "node": ">=20.0.0"
18
- },
19
- "scripts": {
20
- "postinstall": "ts-patch install -s",
21
- "#testcli": "use testcli not test to run this command before publish, do not run this command in branch & pr ci",
22
- "testcli": "sh -x test/test-all-commands.sh",
23
- "build": "nest build && yarn tar",
24
- "tar": "cd templates && node tar.js",
25
- "cli:dev": "nest start --",
26
- "cli": "node dist/main"
27
- },
28
- "dependencies": {
29
- "@nestjs/common": "^10.0.0",
30
- "@nestjs/core": "^10.0.0",
31
- "@nestjs/platform-express": "^10.0.0",
32
- "@opcat-labs/scrypt-ts-transpiler-opcat": "1.0.0",
33
- "chalk": "4",
34
- "envinfo": "^7.14.0",
35
- "glob": "^11.0.0",
36
- "hjson": "^3.2.2",
37
- "nest-commander": "^3.14.0",
38
- "ora": "5",
39
- "shelljs": "^0.8.5",
40
- "tar": "^7.4.3"
41
- },
42
- "devDependencies": {
43
- "@nestjs/cli": "^10.0.0",
44
- "@nestjs/schematics": "^10.0.0",
45
- "@nestjs/testing": "^10.0.0",
46
- "@types/express": "^4.17.17",
47
- "@types/jest": "^29.5.2",
48
- "@types/node": "^20.3.1"
49
- }
50
- }
1
+ {
2
+ "name": "@opcat-labs/cli-opcat",
3
+ "version": "1.0.1",
4
+ "description": "CLI tool for creating and managing sCrypt projects.",
5
+ "type": "commonjs",
6
+ "author": "sCrypt.Inc",
7
+ "bin": {
8
+ "scrypt-cli-opcat": "bin/main.js"
9
+ },
10
+ "files": [
11
+ "dist",
12
+ "bin",
13
+ "assets"
14
+ ],
15
+ "license": "MIT",
16
+ "engines": {
17
+ "node": ">=20.0.0"
18
+ },
19
+ "scripts": {
20
+ "postinstall": "ts-patch install -s",
21
+ "#testcli": "use testcli not test to run this command before publish, do not run this command in branch & pr ci",
22
+ "testcli": "sh -x test/test-all-commands.sh",
23
+ "build": "nest build && yarn tar",
24
+ "tar": "cd templates && node tar.js",
25
+ "cli:dev": "nest start --",
26
+ "cli": "node dist/main"
27
+ },
28
+ "dependencies": {
29
+ "@nestjs/common": "^10.0.0",
30
+ "@nestjs/core": "^10.0.0",
31
+ "@nestjs/platform-express": "^10.0.0",
32
+ "@opcat-labs/scrypt-ts-transpiler-opcat": "1.0.1",
33
+ "chalk": "4",
34
+ "envinfo": "^7.14.0",
35
+ "glob": "^11.0.0",
36
+ "hjson": "^3.2.2",
37
+ "nest-commander": "^3.14.0",
38
+ "ora": "5",
39
+ "shelljs": "^0.8.5",
40
+ "tar": "^7.4.3"
41
+ },
42
+ "devDependencies": {
43
+ "@nestjs/cli": "^10.0.0",
44
+ "@nestjs/schematics": "^10.0.0",
45
+ "@nestjs/testing": "^10.0.0",
46
+ "@types/express": "^4.17.17",
47
+ "@types/jest": "^29.5.2",
48
+ "@types/node": "^20.3.1"
49
+ }
50
+ }