|
1 | 1 | {
|
| 2 | + "private": true, |
2 | 3 | "name": "@windingtree/sdk",
|
3 |
| - "version": "0.0.0-semantic-release", |
| 4 | + "version": "0.0.0", |
4 | 5 | "description": "The WindingTree market protocol SDK",
|
5 | 6 | "repository": "[email protected]:windingtree/sdk.git",
|
6 | 7 | "author": "Kostiantyn Smyrnov <[email protected]>",
|
7 | 8 | "contributors": [
|
8 |
| - "Kostiantyn Smyrnov <[email protected]>" |
| 9 | + "Kostiantyn Smyrnov <[email protected]>", |
| 10 | + "Evgenij Novikov <[email protected]>" |
9 | 11 | ],
|
10 | 12 | "bugs": "https://github.com/windingtree/sdk/issues",
|
11 | 13 | "homepage": "https://github.com/windingtree/sdk#readme",
|
|
23 | 25 | ],
|
24 | 26 | "license": "MIT",
|
25 | 27 | "type": "module",
|
26 |
| - "types": "./lib/index.d.ts", |
27 |
| - "main": "./lib/index.js", |
28 |
| - "typesVersions": { |
29 |
| - "*": { |
30 |
| - "*": [ |
31 |
| - "*", |
32 |
| - "lib/*", |
33 |
| - "lib/*/index" |
34 |
| - ] |
35 |
| - } |
36 |
| - }, |
37 |
| - "files": [ |
38 |
| - "src", |
39 |
| - "lib", |
40 |
| - "!**/*.tsbuildinfo" |
41 |
| - ], |
42 |
| - "exports": { |
43 |
| - ".": { |
44 |
| - "types": "./lib/index.d.ts", |
45 |
| - "import": "./lib/index.js" |
46 |
| - }, |
47 |
| - "./utils": { |
48 |
| - "types": "./lib/utils/index.d.ts", |
49 |
| - "import": "./lib/utils/index.js" |
50 |
| - }, |
51 |
| - "./server": { |
52 |
| - "types": "./lib/server/index.d.ts", |
53 |
| - "import": "./lib/server/index.js" |
54 |
| - }, |
55 |
| - "./client": { |
56 |
| - "types": "./lib/client/index.d.ts", |
57 |
| - "import": "./lib/client/index.js" |
58 |
| - }, |
59 |
| - "./node": { |
60 |
| - "types": "./lib/node/index.d.ts", |
61 |
| - "import": "./lib/node/index.js" |
62 |
| - } |
63 |
| - }, |
64 |
| - "release": { |
65 |
| - "branches": [ |
66 |
| - { |
67 |
| - "name": "master" |
68 |
| - }, |
69 |
| - { |
70 |
| - "name": "beta", |
71 |
| - "channel": "beta", |
72 |
| - "prerelease": true |
73 |
| - } |
74 |
| - ], |
75 |
| - "plugins": [ |
76 |
| - "@semantic-release/commit-analyzer", |
77 |
| - "@semantic-release/changelog", |
78 |
| - "@semantic-release/release-notes-generator", |
79 |
| - "@semantic-release/npm", |
80 |
| - "@semantic-release/github" |
81 |
| - ] |
82 |
| - }, |
83 |
| - "publishConfig": { |
84 |
| - "access": "public" |
85 |
| - }, |
86 | 28 | "devDependencies": {
|
87 |
| - "@types/node": "^18.16.19", |
88 |
| - "@types/debug": "^4.1.8", |
89 |
| - "@types/luxon": "^3.3.0", |
90 |
| - "ts-node": "^10.9.1", |
91 |
| - "typescript": "^5.1.6", |
92 |
| - "semantic-release": "^21.0.6", |
93 |
| - "semantic-release-cli": "^5.4.4", |
94 |
| - "@semantic-release/changelog": "^6.0.3", |
| 29 | + "@commitlint/cli": "^17.6.6", |
| 30 | + "@commitlint/config-conventional": "^17.6.6", |
| 31 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 32 | + "@typescript-eslint/parser": "^6.0.0", |
95 | 33 | "eslint": "^8.44.0",
|
96 |
| - "@typescript-eslint/eslint-plugin": "^5.60.1", |
97 |
| - "@typescript-eslint/parser": "^5.60.1", |
98 |
| - "prettier": "^2.8.8", |
99 |
| - "husky": "^8.0.3", |
| 34 | + "eslint-config-prettier": "^8.8.0", |
| 35 | + "eslint-plugin-prettier": "^5.0.0", |
100 | 36 | "git-cz": "^4.9.0",
|
101 |
| - "@commitlint/config-conventional": "^17.6.6", |
102 |
| - "@commitlint/cli": "^17.6.6", |
| 37 | + "husky": "^8.0.3", |
| 38 | + "lerna": "^7.1.3", |
103 | 39 | "lint-staged": "^13.2.3",
|
104 |
| - "c8": "^8.0.0", |
105 |
| - "typedoc": "^0.24.8", |
106 |
| - "dotenv": "^16.3.1", |
107 |
| - "vitest": "^0.32.4" |
108 |
| - }, |
109 |
| - "dependencies": { |
110 |
| - "libp2p": "^0.45.9", |
111 |
| - "@chainsafe/libp2p-gossipsub": "^9.1.0", |
112 |
| - "@chainsafe/libp2p-noise": "^12.0.1", |
113 |
| - "@chainsafe/libp2p-yamux": "^4.0.2", |
114 |
| - "@libp2p/mplex": "^8.0.4", |
115 |
| - "@libp2p/websockets": "^6.0.3", |
116 |
| - "viem": "^1.2.9", |
117 |
| - "luxon": "^3.3.0", |
118 |
| - "h3-js": "^4.1.0", |
119 |
| - "debug": "^4.3.4", |
120 |
| - "@windingtree/contracts": "^1.0.0-beta.12", |
121 |
| - "@trpc/server": "^10.33.0", |
122 |
| - "@trpc/client": "^10.33.0", |
123 |
| - "jose": "^4.14.4", |
124 |
| - "zod": "^3.21.4", |
125 |
| - "bcrypt-ts": "^4.0.0", |
126 |
| - "superjson": "^1.12.4" |
| 40 | + "prettier": "^3.0.0", |
| 41 | + "typescript": "^5.1.6", |
| 42 | + "vite": "^4.4.3", |
| 43 | + "vite-plugin-dts": "^3.2.0", |
| 44 | + "vitest": "^0.33.0" |
127 | 45 | },
|
128 | 46 | "scripts": {
|
129 |
| - "clean": "rm -rf ./lib", |
130 |
| - "build": "npm run clean && tsc -p ./tsconfig.build.json", |
131 |
| - "test": "vitest --run test", |
132 |
| - "test:rel": "vitest related --run", |
133 |
| - "semantic-release": "semantic-release", |
134 |
| - "lint": "eslint . --ext .ts", |
135 |
| - "lint:fix": "eslint . --ext .ts --fix && prettier --write .", |
136 | 47 | "prepare": "husky install",
|
137 | 48 | "commit": "git-cz -S",
|
138 |
| - "coverage": "c8 --all --exclude coverage --exclude lib --exclude test --exclude examples --exclude temp yarn test && c8 report -r html", |
139 |
| - "example:server": "node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/server/index.ts", |
140 |
| - "example:client": "yarn --cwd ./examples/client dev", |
141 |
| - "example:node": "node --experimental-specifier-resolution=node --loader ts-node/esm ./examples/node/index.ts", |
142 |
| - "example:manager": "yarn --cwd ./examples/manager dev", |
143 |
| - "typedoc": "typedoc --options ./typedoc.json" |
| 49 | + "build": "lerna run build", |
| 50 | + "lint": "lerna run lint", |
| 51 | + "lint:fix": "lerna run lint:fix", |
| 52 | + "test": "lerna run test" |
144 | 53 | }
|
145 | 54 | }
|
0 commit comments