@credda/cli 0.1.0 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +32 -32
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
- {
2
- "name": "@credda/cli",
3
- "version": "0.1.0",
4
- "description": "Official Credda CLI \u2014 look up and offline-verify portable trust from the terminal: public trust checks, credential verification, platform score reads, share-token minting. A thin client over @credda/js; no scoring logic lives here.",
5
- "type": "module",
6
- "bin": {
7
- "credda": "dist/index.js"
8
- },
9
- "main": "dist/index.js",
10
- "files": [
11
- "dist"
12
- ],
13
- "scripts": {
14
- "build": "tsc -p tsconfig.json",
15
- "start": "node dist/index.js",
16
- "dev": "tsx src/index.ts",
17
- "typecheck": "tsc --noEmit",
18
- "test": "vitest run"
19
- },
20
- "dependencies": {
21
- "@credda/js": "workspace:*"
22
- },
23
- "devDependencies": {
24
- "@types/node": "^20.14.2",
25
- "tsx": "^4.15.2",
26
- "typescript": "^5.4.5",
27
- "vitest": "^1.6.0"
28
- },
29
- "publishConfig": {
30
- "access": "public"
31
- }
32
- }
1
+ {
2
+ "name": "@credda/cli",
3
+ "version": "0.1.1",
4
+ "description": "Official Credda CLI \u2014 look up and offline-verify portable trust from the terminal: public trust checks, credential verification, platform score reads, share-token minting. A thin client over @credda/js; no scoring logic lives here.",
5
+ "type": "module",
6
+ "bin": {
7
+ "credda": "dist/index.js"
8
+ },
9
+ "main": "dist/index.js",
10
+ "files": [
11
+ "dist"
12
+ ],
13
+ "scripts": {
14
+ "build": "tsc -p tsconfig.json",
15
+ "start": "node dist/index.js",
16
+ "dev": "tsx src/index.ts",
17
+ "typecheck": "tsc --noEmit",
18
+ "test": "vitest run"
19
+ },
20
+ "dependencies": {
21
+ "@credda/js": "^0.1.0"
22
+ },
23
+ "devDependencies": {
24
+ "@types/node": "^20.14.2",
25
+ "tsx": "^4.15.2",
26
+ "typescript": "^5.4.5",
27
+ "vitest": "^1.6.0"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ }
32
+ }