Files
phishing/package.json
T
github-actions[bot] cfcaf1e844 [CI Skip] bump/beta 0.24.3-4-x
skip-checks: true
2024-11-06 09:58:35 +00:00

51 lines
1.5 KiB
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/phishing/issues",
"engines": {
"node": ">=18.14"
},
"homepage": "https://github.com/polkadot-js/phishing#readme",
"license": "Apache-2.0",
"packageManager": "yarn@4.5.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"type": "module",
"version": "0.24.3-4-x",
"versions": {
"git": "0.24.3-4-x",
"npm": "0.24.2"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:before": "node scripts/sortAll.mjs",
"build:release": "polkadot-ci-ghact-build",
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"deno": "yarn polkadot-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
"lint": "polkadot-dev-run-lint",
"phishing:addrcheck": "polkadot-dev-run-test --env node addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test --env node crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --env node ^addrcheck ^crosscheck"
},
"dependencies": {
"@pinata/sdk": "^2.1.0",
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@polkadot/dev": "^0.81.2",
"@types/node": "^20.10.5"
},
"resolutions": {
"typescript": "^5.3.3"
}
}