|
| 1 | +{ |
| 2 | + "name": "@substrate/logs-provider", |
| 3 | + "version": "0.0.6", |
| 4 | + "author": "Parity Technologies (https://github.com/paritytech)", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/paritytech/substrate-connect.git" |
| 8 | + }, |
| 9 | + "license": "MIT", |
| 10 | + "type": "module", |
| 11 | + "main": "./dist/commonjs/index.js", |
| 12 | + "types": "./dist/commonjs/index.d.ts", |
| 13 | + "module": "./dist/esm/index.js", |
| 14 | + "exports": { |
| 15 | + "./package.json": "./package.json", |
| 16 | + ".": { |
| 17 | + "import": { |
| 18 | + "@substrate-connect/source": "./src/index.ts", |
| 19 | + "types": "./dist/esm/index.d.ts", |
| 20 | + "default": "./dist/esm/index.js" |
| 21 | + }, |
| 22 | + "require": { |
| 23 | + "types": "./dist/commonjs/index.d.ts", |
| 24 | + "default": "./dist/commonjs/index.js" |
| 25 | + } |
| 26 | + } |
| 27 | + }, |
| 28 | + "files": [ |
| 29 | + "dist" |
| 30 | + ], |
| 31 | + "tshy": { |
| 32 | + "project": "./tsconfig.build.json", |
| 33 | + "exports": { |
| 34 | + "./package.json": "./package.json", |
| 35 | + ".": "./src/index.ts" |
| 36 | + }, |
| 37 | + "sourceDialects": [ |
| 38 | + "@substrate-connect/source" |
| 39 | + ] |
| 40 | + }, |
| 41 | + "scripts": { |
| 42 | + "deep-clean": "npm run clean && rimraf dist node_modules", |
| 43 | + "clean": "rimraf dist .tshy .tshy-build", |
| 44 | + "build": "npm run clean && tshy", |
| 45 | + "typecheck": "tsc --noEmit", |
| 46 | + "dev": "pnpm build --watch", |
| 47 | + "lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\"" |
| 48 | + }, |
| 49 | + "prettier": { |
| 50 | + "printWidth": 80, |
| 51 | + "semi": false, |
| 52 | + "trailingComma": "all" |
| 53 | + }, |
| 54 | + "dependencies": { |
| 55 | + "@polkadot-api/logs-provider": "0.0.6" |
| 56 | + }, |
| 57 | + "devDependencies": { |
| 58 | + "typescript": "5.6.2", |
| 59 | + "vitest": "^2.1.4" |
| 60 | + }, |
| 61 | + "peerDependencies": {} |
| 62 | +} |
0 commit comments