mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-21 23:48:03 +00:00
cb6801a3cc
- Updated all copyright headers from 2025 to 2026 (system date shows 2026)
- Added build output files to eslint ignore list in packages/dev/config/eslint.js
- Added build output patterns to .gitignore
- Ignored: packages/*/*.{d.ts,js,mjs,cjs}, packages/*/cjs/**, packages/*/env/**,
packages/*/rootJs/**, packages/*/rootStatic/**
- Successfully resolved 521 lint errors by properly ignoring generated files
- Build outputs should not be linted (source files are linted instead)
- Lint and build now pass successfully
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
|
"bugs": "https://github.com/pezkuwichain/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/pezkuwichain/pezkuwi-dev.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "0.85.4",
|
|
"versions": {
|
|
"git": "0.85.3",
|
|
"npm": "0.85.3"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "pezkuwi-dev-build-ts",
|
|
"build:before": "pezkuwi-dev-copy-dir --cd packages/dev config scripts build",
|
|
"build:release": "pezkuwi-ci-ghact-build --skip-beta",
|
|
"clean": "pezkuwi-dev-clean-build",
|
|
"docs": "pezkuwi-dev-build-docs",
|
|
"lint": "pezkuwi-dev-run-lint",
|
|
"postinstall": "./packages/dev/scripts/pezkuwi-dev-yarn-only.mjs",
|
|
"test": "yarn build && pezkuwi-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"
|
|
}
|
|
}
|