mirror of
https://github.com/pezkuwichain/pezkuwi-dev.git
synced 2026-04-22 02:08:01 +00:00
330 lines
12 KiB
JSON
330 lines
12 KiB
JSON
{
|
|
"author": "Pezkuwi Team <team@pezkuwichain.app>",
|
|
"bugs": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-dev/issues",
|
|
"description": "A collection of shared CI scripts and development environment used by @pezkuwi projects",
|
|
"engines": {
|
|
"node": ">=18"
|
|
},
|
|
"homepage": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-dev/tree/master/packages/dev#readme",
|
|
"license": "Apache-2.0",
|
|
"name": "@pezkuwi/dev",
|
|
"repository": {
|
|
"directory": "packages/dev",
|
|
"type": "git",
|
|
"url": "https://git.pezkuwichain.io/pezkuwichain/pezkuwi-dev.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"types": "./index.d.ts",
|
|
"version": "0.85.11",
|
|
"main": "./cjs/index.js",
|
|
"module": "./index.js",
|
|
"bin": {
|
|
"pezkuwi-ci-ghact-build": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
"pezkuwi-ci-ghact-docs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
"pezkuwi-ci-ghpages-force": "./scripts/pezkuwi-ci-ghpages-force.mjs",
|
|
"pezkuwi-dev-build-docs": "./scripts/pezkuwi-dev-build-docs.mjs",
|
|
"pezkuwi-dev-build-ts": "./scripts/pezkuwi-dev-build-ts.mjs",
|
|
"pezkuwi-dev-circular": "./scripts/pezkuwi-dev-circular.mjs",
|
|
"pezkuwi-dev-clean-build": "./scripts/pezkuwi-dev-clean-build.mjs",
|
|
"pezkuwi-dev-contrib": "./scripts/pezkuwi-dev-contrib.mjs",
|
|
"pezkuwi-dev-copy-dir": "./scripts/pezkuwi-dev-copy-dir.mjs",
|
|
"pezkuwi-dev-copy-to": "./scripts/pezkuwi-dev-copy-to.mjs",
|
|
"pezkuwi-dev-deno-map": "./scripts/pezkuwi-dev-deno-map.mjs",
|
|
"pezkuwi-dev-run-lint": "./scripts/pezkuwi-dev-run-lint.mjs",
|
|
"pezkuwi-dev-run-node-ts": "./scripts/pezkuwi-dev-run-node-ts.mjs",
|
|
"pezkuwi-dev-run-test": "./scripts/pezkuwi-dev-run-test.mjs",
|
|
"pezkuwi-dev-version": "./scripts/pezkuwi-dev-version.mjs",
|
|
"pezkuwi-dev-yarn-only": "./scripts/pezkuwi-dev-yarn-only.mjs",
|
|
"pezkuwi-exec-eslint": "./scripts/pezkuwi-exec-eslint.mjs",
|
|
"pezkuwi-exec-ghpages": "./scripts/pezkuwi-exec-ghpages.mjs",
|
|
"pezkuwi-exec-ghrelease": "./scripts/pezkuwi-exec-ghrelease.mjs",
|
|
"pezkuwi-exec-node-test": "./scripts/pezkuwi-exec-node-test.mjs",
|
|
"pezkuwi-exec-rollup": "./scripts/pezkuwi-exec-rollup.mjs",
|
|
"pezkuwi-exec-tsc": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
"pezkuwi-exec-webpack": "./scripts/pezkuwi-exec-webpack.mjs"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"module": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/index.d.ts",
|
|
"default": "./cjs/index.js"
|
|
},
|
|
"default": {
|
|
"types": "./index.d.ts",
|
|
"default": "./index.js"
|
|
}
|
|
},
|
|
"./cjs/*": "./cjs/*.js",
|
|
"./cjs/package.json": "./cjs/package.json",
|
|
"./config/eslint": "./config/eslint.js",
|
|
"./config/eslint.rules": "./config/eslint.rules.js",
|
|
"./config/prettier": "./config/prettier.cjs",
|
|
"./config/prettier.cjs": "./config/prettier.cjs",
|
|
"./config/rollup": "./config/rollup.js",
|
|
"./config/tsconfig.json": "./config/tsconfig.json",
|
|
"./config/typedoc": "./config/typedoc.cjs",
|
|
"./config/typedoc.cjs": "./config/typedoc.cjs",
|
|
"./detectOther": {
|
|
"module": {
|
|
"types": "./detectOther.d.ts",
|
|
"default": "./detectOther.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/detectOther.d.ts",
|
|
"default": "./cjs/detectOther.js"
|
|
},
|
|
"default": {
|
|
"types": "./detectOther.d.ts",
|
|
"default": "./detectOther.js"
|
|
}
|
|
},
|
|
"./package.json": {
|
|
"require": "./cjs/package.json",
|
|
"default": "./package.json"
|
|
},
|
|
"./packageInfo": {
|
|
"module": {
|
|
"types": "./packageInfo.d.ts",
|
|
"default": "./packageInfo.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/packageInfo.d.ts",
|
|
"default": "./cjs/packageInfo.js"
|
|
},
|
|
"default": {
|
|
"types": "./packageInfo.d.ts",
|
|
"default": "./packageInfo.js"
|
|
}
|
|
},
|
|
"./packageInfo.js": {
|
|
"module": {
|
|
"types": "./packageInfo.d.ts",
|
|
"default": "./packageInfo.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/packageInfo.d.ts",
|
|
"default": "./cjs/packageInfo.js"
|
|
},
|
|
"default": {
|
|
"types": "./packageInfo.d.ts",
|
|
"default": "./packageInfo.js"
|
|
}
|
|
},
|
|
"./root": {
|
|
"module": {
|
|
"types": "./root.d.ts",
|
|
"default": "./root.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/root.d.ts",
|
|
"default": "./cjs/root.js"
|
|
},
|
|
"default": {
|
|
"types": "./root.d.ts",
|
|
"default": "./root.js"
|
|
}
|
|
},
|
|
"./rootJs": {
|
|
"module": {
|
|
"types": "./rootJs/index.d.ts",
|
|
"default": "./rootJs/index.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootJs/index.d.ts",
|
|
"default": "./cjs/rootJs/index.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootJs/index.d.ts",
|
|
"default": "./rootJs/index.js"
|
|
}
|
|
},
|
|
"./rootJs/augmented": {
|
|
"module": {
|
|
"types": "./rootJs/augmented.d.ts",
|
|
"default": "./rootJs/augmented.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootJs/augmented.d.ts",
|
|
"default": "./cjs/rootJs/augmented.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootJs/augmented.d.ts",
|
|
"default": "./rootJs/augmented.js"
|
|
}
|
|
},
|
|
"./rootJs/Clazz": {
|
|
"module": {
|
|
"types": "./rootJs/Clazz.d.ts",
|
|
"default": "./rootJs/Clazz.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootJs/Clazz.d.ts",
|
|
"default": "./cjs/rootJs/Clazz.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootJs/Clazz.d.ts",
|
|
"default": "./rootJs/Clazz.js"
|
|
}
|
|
},
|
|
"./rootJs/dynamic": "./rootJs/dynamic.mjs",
|
|
"./rootJs/dynamic.d.mts": "./rootJs/dynamic.d.mts",
|
|
"./rootJs/dynamic.mjs": "./rootJs/dynamic.mjs",
|
|
"./rootJs/Jsx": {
|
|
"module": {
|
|
"types": "./rootJs/Jsx.d.ts",
|
|
"default": "./rootJs/Jsx.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootJs/Jsx.d.ts",
|
|
"default": "./cjs/rootJs/Jsx.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootJs/Jsx.d.ts",
|
|
"default": "./rootJs/Jsx.js"
|
|
}
|
|
},
|
|
"./rootJs/JsxChild": {
|
|
"module": {
|
|
"types": "./rootJs/JsxChild.d.ts",
|
|
"default": "./rootJs/JsxChild.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootJs/JsxChild.d.ts",
|
|
"default": "./cjs/rootJs/JsxChild.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootJs/JsxChild.d.ts",
|
|
"default": "./rootJs/JsxChild.js"
|
|
}
|
|
},
|
|
"./rootJs/testJson.json": "./rootJs/testJson.json",
|
|
"./rootStatic/zagros.svg": "./rootStatic/zagros.svg",
|
|
"./rootTests": {
|
|
"module": {
|
|
"types": "./rootTests.d.ts",
|
|
"default": "./rootTests.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/rootTests.d.ts",
|
|
"default": "./cjs/rootTests.js"
|
|
},
|
|
"default": {
|
|
"types": "./rootTests.d.ts",
|
|
"default": "./rootTests.js"
|
|
}
|
|
},
|
|
"./scripts/pezkuwi-ci-ghact-build": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
"./scripts/pezkuwi-ci-ghact-build.mjs": "./scripts/pezkuwi-ci-ghact-build.mjs",
|
|
"./scripts/pezkuwi-ci-ghact-docs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
"./scripts/pezkuwi-ci-ghact-docs.mjs": "./scripts/pezkuwi-ci-ghact-docs.mjs",
|
|
"./scripts/pezkuwi-ci-ghpages-force": "./scripts/pezkuwi-ci-ghpages-force.mjs",
|
|
"./scripts/pezkuwi-ci-ghpages-force.mjs": "./scripts/pezkuwi-ci-ghpages-force.mjs",
|
|
"./scripts/pezkuwi-dev-build-docs": "./scripts/pezkuwi-dev-build-docs.mjs",
|
|
"./scripts/pezkuwi-dev-build-docs.mjs": "./scripts/pezkuwi-dev-build-docs.mjs",
|
|
"./scripts/pezkuwi-dev-build-ts": "./scripts/pezkuwi-dev-build-ts.mjs",
|
|
"./scripts/pezkuwi-dev-build-ts.mjs": "./scripts/pezkuwi-dev-build-ts.mjs",
|
|
"./scripts/pezkuwi-dev-circular": "./scripts/pezkuwi-dev-circular.mjs",
|
|
"./scripts/pezkuwi-dev-circular.mjs": "./scripts/pezkuwi-dev-circular.mjs",
|
|
"./scripts/pezkuwi-dev-clean-build": "./scripts/pezkuwi-dev-clean-build.mjs",
|
|
"./scripts/pezkuwi-dev-clean-build.mjs": "./scripts/pezkuwi-dev-clean-build.mjs",
|
|
"./scripts/pezkuwi-dev-contrib": "./scripts/pezkuwi-dev-contrib.mjs",
|
|
"./scripts/pezkuwi-dev-contrib.mjs": "./scripts/pezkuwi-dev-contrib.mjs",
|
|
"./scripts/pezkuwi-dev-copy-dir": "./scripts/pezkuwi-dev-copy-dir.mjs",
|
|
"./scripts/pezkuwi-dev-copy-dir.mjs": "./scripts/pezkuwi-dev-copy-dir.mjs",
|
|
"./scripts/pezkuwi-dev-copy-to": "./scripts/pezkuwi-dev-copy-to.mjs",
|
|
"./scripts/pezkuwi-dev-copy-to.mjs": "./scripts/pezkuwi-dev-copy-to.mjs",
|
|
"./scripts/pezkuwi-dev-deno-map": "./scripts/pezkuwi-dev-deno-map.mjs",
|
|
"./scripts/pezkuwi-dev-deno-map.mjs": "./scripts/pezkuwi-dev-deno-map.mjs",
|
|
"./scripts/pezkuwi-dev-run-lint": "./scripts/pezkuwi-dev-run-lint.mjs",
|
|
"./scripts/pezkuwi-dev-run-lint.mjs": "./scripts/pezkuwi-dev-run-lint.mjs",
|
|
"./scripts/pezkuwi-dev-run-node-ts": "./scripts/pezkuwi-dev-run-node-ts.mjs",
|
|
"./scripts/pezkuwi-dev-run-node-ts.mjs": "./scripts/pezkuwi-dev-run-node-ts.mjs",
|
|
"./scripts/pezkuwi-dev-run-test": "./scripts/pezkuwi-dev-run-test.mjs",
|
|
"./scripts/pezkuwi-dev-run-test.mjs": "./scripts/pezkuwi-dev-run-test.mjs",
|
|
"./scripts/pezkuwi-dev-version": "./scripts/pezkuwi-dev-version.mjs",
|
|
"./scripts/pezkuwi-dev-version.mjs": "./scripts/pezkuwi-dev-version.mjs",
|
|
"./scripts/pezkuwi-dev-yarn-only": "./scripts/pezkuwi-dev-yarn-only.mjs",
|
|
"./scripts/pezkuwi-dev-yarn-only.mjs": "./scripts/pezkuwi-dev-yarn-only.mjs",
|
|
"./scripts/pezkuwi-exec-eslint": "./scripts/pezkuwi-exec-eslint.mjs",
|
|
"./scripts/pezkuwi-exec-eslint.mjs": "./scripts/pezkuwi-exec-eslint.mjs",
|
|
"./scripts/pezkuwi-exec-ghpages": "./scripts/pezkuwi-exec-ghpages.mjs",
|
|
"./scripts/pezkuwi-exec-ghpages.mjs": "./scripts/pezkuwi-exec-ghpages.mjs",
|
|
"./scripts/pezkuwi-exec-ghrelease": "./scripts/pezkuwi-exec-ghrelease.mjs",
|
|
"./scripts/pezkuwi-exec-ghrelease.mjs": "./scripts/pezkuwi-exec-ghrelease.mjs",
|
|
"./scripts/pezkuwi-exec-node-test": "./scripts/pezkuwi-exec-node-test.mjs",
|
|
"./scripts/pezkuwi-exec-node-test.mjs": "./scripts/pezkuwi-exec-node-test.mjs",
|
|
"./scripts/pezkuwi-exec-rollup": "./scripts/pezkuwi-exec-rollup.mjs",
|
|
"./scripts/pezkuwi-exec-rollup.mjs": "./scripts/pezkuwi-exec-rollup.mjs",
|
|
"./scripts/pezkuwi-exec-tsc": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
"./scripts/pezkuwi-exec-tsc.mjs": "./scripts/pezkuwi-exec-tsc.mjs",
|
|
"./scripts/pezkuwi-exec-webpack": "./scripts/pezkuwi-exec-webpack.mjs",
|
|
"./scripts/pezkuwi-exec-webpack.mjs": "./scripts/pezkuwi-exec-webpack.mjs",
|
|
"./scripts/util": "./scripts/util.mjs",
|
|
"./scripts/util.mjs": "./scripts/util.mjs",
|
|
"./types": {
|
|
"module": {
|
|
"types": "./types.d.ts",
|
|
"default": "./types.js"
|
|
},
|
|
"require": {
|
|
"types": "./cjs/types.d.ts",
|
|
"default": "./cjs/types.js"
|
|
},
|
|
"default": {
|
|
"types": "./types.d.ts",
|
|
"default": "./types.js"
|
|
}
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@eslint/js": "^8.56.0",
|
|
"@pezkuwi/dev-test": "^0.85.3",
|
|
"@pezkuwi/dev-ts": "^0.85.3",
|
|
"@rollup/plugin-alias": "^5.1.1",
|
|
"@rollup/plugin-commonjs": "^25.0.8",
|
|
"@rollup/plugin-dynamic-import-vars": "^2.1.5",
|
|
"@rollup/plugin-inject": "^5.0.5",
|
|
"@rollup/plugin-json": "^6.1.0",
|
|
"@rollup/plugin-node-resolve": "^15.3.1",
|
|
"@tsconfig/strictest": "^2.0.2",
|
|
"@typescript-eslint/eslint-plugin": "^6.19.1",
|
|
"@typescript-eslint/parser": "^6.19.1",
|
|
"eslint": "^8.56.0",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-import-resolver-node": "^0.3.9",
|
|
"eslint-import-resolver-typescript": "^3.6.1",
|
|
"eslint-plugin-deprecation": "^2.0.0",
|
|
"eslint-plugin-header": "^3.1.1",
|
|
"eslint-plugin-import": "^2.29.1",
|
|
"eslint-plugin-import-newlines": "^1.3.4",
|
|
"eslint-plugin-jest": "^27.6.3",
|
|
"eslint-plugin-n": "^16.6.2",
|
|
"eslint-plugin-promise": "^6.1.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-simple-import-sort": "^10.0.0",
|
|
"eslint-plugin-sort-destructure-keys": "^1.5.0",
|
|
"espree": "^9.6.1",
|
|
"gh-pages": "^6.1.1",
|
|
"gh-release": "^7.0.2",
|
|
"globals": "^13.24.0",
|
|
"json5": "^2.2.3",
|
|
"madge": "^6.1.0",
|
|
"rollup": "^4.9.6",
|
|
"rollup-plugin-cleanup": "^3.2.1",
|
|
"tslib": "^2.7.0",
|
|
"typescript": "^5.5.4",
|
|
"webpack": "^5.89.0",
|
|
"webpack-cli": "^5.1.4",
|
|
"webpack-dev-server": "^4.15.1",
|
|
"webpack-merge": "^5.10.0",
|
|
"webpack-subresource-integrity": "^5.2.0-rc.1",
|
|
"yargs": "^17.7.2"
|
|
}
|
|
}
|