|
| 1 | +{ |
| 2 | + "name": "@ckb-ccc/did-ckb", |
| 3 | + "version": "0.0.0", |
| 4 | + "description": "CCC - CKBer's Codebase. CCC's support for DID on CKB", |
| 5 | + "author": "Hanssen0 <hanssen0@hanssen0.com>", |
| 6 | + "license": "MIT", |
| 7 | + "private": false, |
| 8 | + "homepage": "https://github.com/ckb-devrel/ccc", |
| 9 | + "repository": { |
| 10 | + "type": "git", |
| 11 | + "url": "git://github.com/ckb-devrel/ccc.git" |
| 12 | + }, |
| 13 | + "main": "./dist.commonjs/index.js", |
| 14 | + "module": "./dist/index.mjs", |
| 15 | + "exports": { |
| 16 | + ".": { |
| 17 | + "require": "./dist.commonjs/index.js", |
| 18 | + "import": "./dist/index.mjs" |
| 19 | + }, |
| 20 | + "./barrel": { |
| 21 | + "require": "./dist.commonjs/barrel.js", |
| 22 | + "import": "./dist/barrel.mjs" |
| 23 | + }, |
| 24 | + "./package.json": "./package.json" |
| 25 | + }, |
| 26 | + "scripts": { |
| 27 | + "test": "vitest", |
| 28 | + "test:ci": "vitest run", |
| 29 | + "build": "tsdown", |
| 30 | + "lint": "eslint ./src", |
| 31 | + "format": "prettier --write . && eslint --fix ./src" |
| 32 | + }, |
| 33 | + "devDependencies": { |
| 34 | + "@eslint/js": "^9.34.0", |
| 35 | + "@types/node": "^24.3.0", |
| 36 | + "eslint": "^9.34.0", |
| 37 | + "eslint-config-prettier": "^10.1.8", |
| 38 | + "eslint-plugin-prettier": "^5.5.4", |
| 39 | + "prettier": "^3.6.2", |
| 40 | + "prettier-plugin-organize-imports": "^4.2.0", |
| 41 | + "tsdown": "0.19.0-beta.3", |
| 42 | + "typescript": "^5.9.2", |
| 43 | + "typescript-eslint": "^8.41.0", |
| 44 | + "vitest": "^3.2.4" |
| 45 | + }, |
| 46 | + "publishConfig": { |
| 47 | + "access": "public" |
| 48 | + }, |
| 49 | + "dependencies": { |
| 50 | + "@ckb-ccc/core": "workspace:*", |
| 51 | + "@ckb-ccc/type-id": "workspace:*", |
| 52 | + "@ipld/dag-cbor": "^9.2.5" |
| 53 | + }, |
| 54 | + "packageManager": "pnpm@10.8.1", |
| 55 | + "types": "./dist.commonjs/index.d.ts" |
| 56 | +} |
0 commit comments