mirror of
https://github.com/pezkuwichain/bizinikiwi-connect.git
synced 2026-04-22 00:47:54 +00:00
74 lines
1.9 KiB
JSON
74 lines
1.9 KiB
JSON
{
|
|
"name": "@bizinikiwi/smoldot-discovery",
|
|
"version": "2.0.3",
|
|
"author": "Parity Technologies (https://github.com/pezkuwichain)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.pezkuwichain.io/pezkuwichain/bizinikiwi-connect.git"
|
|
},
|
|
"type": "module",
|
|
"main": "./dist/commonjs/index.js",
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"module": "./dist/esm/index.js",
|
|
"license": "MIT",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": {
|
|
"import": {
|
|
"@bizinikiwi-connect/source": "./src/index.ts",
|
|
"types": "./dist/esm/index.d.ts",
|
|
"default": "./dist/esm/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/commonjs/index.d.ts",
|
|
"default": "./dist/commonjs/index.js"
|
|
}
|
|
},
|
|
"./types": {
|
|
"import": {
|
|
"@bizinikiwi-connect/source": "./src/types/index.ts",
|
|
"types": "./dist/esm/types/index.d.ts",
|
|
"default": "./dist/esm/types/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./dist/commonjs/types/index.d.ts",
|
|
"default": "./dist/commonjs/types/index.js"
|
|
}
|
|
}
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"tshy": {
|
|
"project": "./tsconfig.build.json",
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
".": "./src/index.ts",
|
|
"./types": "./src/types/index.ts"
|
|
},
|
|
"sourceDialects": [
|
|
"@bizinikiwi-connect/source"
|
|
]
|
|
},
|
|
"scripts": {
|
|
"prepare": "corepack pnpm turbo build",
|
|
"deep-clean": "npm run clean && rimraf dist node_modules",
|
|
"clean": "rimraf dist .tshy .tshy-build",
|
|
"build": "npm run clean && tshy",
|
|
"dev": "pnpm build --watch",
|
|
"lint": "prettier --check README.md \"src/**/*.{js,jsx,ts,tsx,json,md}\""
|
|
},
|
|
"prettier": {
|
|
"printWidth": 80,
|
|
"semi": false,
|
|
"trailingComma": "all"
|
|
},
|
|
"dependencies": {
|
|
"@bizinikiwi/discovery": "^0.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "5.6.2",
|
|
"vitest": "^2.1.9"
|
|
}
|
|
}
|