Files
pezkuwi-dev/package.json
T
pezkuwichain 8d28b36f9c Initial rebrand: @polkadot -> @pezkuwi (3 packages)
- Package namespace: @polkadot/dev -> @pezkuwi/dev
- Repository: polkadot-js/dev -> pezkuwichain/pezkuwi-dev
- Author: Pezkuwi Team <team@pezkuwichain.io>

Packages:
- @pezkuwi/dev (build tools, linting, CI scripts)
- @pezkuwi/dev-test (test runner)
- @pezkuwi/dev-ts (TypeScript build)

Upstream: polkadot-js/dev v0.83.3
2026-01-05 14:22:47 +03:00

44 lines
1.2 KiB
JSON

{
"author": "Pezkuwi Team <team@pezkuwichain.io>",
"bugs": "https://github.com/pezkuwi/dev/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/pezkuwichain/pezkuwi-dev#readme",
"license": "Apache-2.0",
"packageManager": "yarn@4.6.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/pezkuwi/dev.git"
},
"sideEffects": false,
"type": "module",
"version": "0.84.2",
"versions": {
"git": "0.84.2",
"npm": "0.84.2"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:before": "polkadot-dev-copy-dir --cd packages/dev config scripts build",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"clean": "polkadot-dev-clean-build",
"docs": "polkadot-dev-build-docs",
"lint": "polkadot-dev-run-lint",
"postinstall": "./packages/dev/scripts/polkadot-dev-yarn-only.mjs",
"test": "yarn build && polkadot-dev-run-test --dev-build --env browser"
},
"devDependencies": {
"@pezkuwi/dev": "workspace:packages/dev",
"@pezkuwi/dev-test": "workspace:packages/dev-test",
"@pezkuwi/dev-ts": "workspace:packages/dev-ts"
},
"resolutions": {
"typescript": "^5.5.4"
}
}