@waku/interfaces 0.0.30 → 0.0.31-006cd41.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 (1) hide show
  1. package/package.json +1 -69
package/package.json CHANGED
@@ -1,69 +1 @@
1
- {
2
- "name": "@waku/interfaces",
3
- "version": "0.0.30",
4
- "description": "Definition of Waku interfaces",
5
- "types": "./dist/index.d.ts",
6
- "module": "./dist/index.js",
7
- "exports": {
8
- ".": {
9
- "types": "./dist/index.d.ts",
10
- "import": "./dist/index.js"
11
- }
12
- },
13
- "type": "module",
14
- "author": "Waku Team",
15
- "homepage": "https://github.com/waku-org/js-waku/tree/master/packages/interfaces#readme",
16
- "repository": {
17
- "type": "git",
18
- "url": "https://github.com/waku-org/js-waku.git"
19
- },
20
- "bugs": {
21
- "url": "https://github.com/waku-org/js-waku/issues"
22
- },
23
- "license": "MIT OR Apache-2.0",
24
- "keywords": [
25
- "waku",
26
- "decentralized",
27
- "secure",
28
- "communication",
29
- "web3",
30
- "ethereum",
31
- "dapps",
32
- "privacy"
33
- ],
34
- "scripts": {
35
- "build": "run-s build:**",
36
- "build:esm": "tsc",
37
- "fix": "run-s fix:*",
38
- "fix:lint": "eslint src --fix",
39
- "check": "run-s check:*",
40
- "check:lint": "eslint src",
41
- "check:spelling": "cspell \"{README.md,src/**/*.ts}\"",
42
- "check:tsc": "tsc -p tsconfig.dev.json",
43
- "prepublish": "npm run build",
44
- "reset-hard": "git clean -dfx -e .idea && git reset --hard && npm i && npm run build"
45
- },
46
- "engines": {
47
- "node": ">=20"
48
- },
49
- "devDependencies": {
50
- "@chainsafe/libp2p-gossipsub": "^14.1.0",
51
- "@multiformats/multiaddr": "^12.0.0",
52
- "cspell": "^8.6.1",
53
- "npm-run-all": "^4.1.5",
54
- "libp2p": "2.1.8"
55
- },
56
- "files": [
57
- "dist",
58
- "bundle",
59
- "src/**/*.ts",
60
- "!**/*.spec.*",
61
- "!**/*.json",
62
- "CHANGELOG.md",
63
- "LICENSE",
64
- "README.md"
65
- ],
66
- "dependencies": {
67
- "@waku/proto": "^0.0.10"
68
- }
69
- }
1
+ {"name":"@waku/interfaces","version":"0.0.31-006cd41.0","description":"Definition of Waku interfaces","types":"./dist/index.d.ts","module":"./dist/index.js","exports":{".":{"types":"./dist/index.d.ts","import":"./dist/index.js"}},"type":"module","author":"Waku Team","homepage":"https://github.com/waku-org/js-waku/tree/master/packages/interfaces#readme","repository":{"type":"git","url":"https://github.com/waku-org/js-waku.git"},"bugs":{"url":"https://github.com/waku-org/js-waku/issues"},"license":"MIT OR Apache-2.0","keywords":["waku","decentralized","secure","communication","web3","ethereum","dapps","privacy"],"scripts":{"build":"run-s build:**","build:esm":"tsc","fix":"run-s fix:*","fix:lint":"eslint src --fix","check":"run-s check:*","check:lint":"eslint src","check:spelling":"cspell \"{README.md,src/**/*.ts}\"","check:tsc":"tsc -p tsconfig.dev.json","prepublish":"npm run build","reset-hard":"git clean -dfx -e .idea && git reset --hard && npm i && npm run build"},"engines":{"node":">=20"},"devDependencies":{"@chainsafe/libp2p-gossipsub":"^14.1.0","@multiformats/multiaddr":"^12.0.0","cspell":"^8.6.1","npm-run-all":"^4.1.5","libp2p":"2.1.8"},"files":["dist","bundle","src/**/*.ts","!**/*.spec.*","!**/*.json","CHANGELOG.md","LICENSE","README.md"],"dependencies":{"@waku/proto":"0.0.11-006cd41.0"}}