Files
phishing/package.json
T
Github Actions f3c0843fc9 [CI Skip] release/stable 0.6.394
skip-checks: true
2021-11-02 11:22:45 +00:00

44 lines
1.5 KiB
JSON

{
"author": "Jaco Greeff <jacogr@gmail.com>",
"bugs": "https://github.com/polkadot-js/phishing/issues",
"engines": {},
"homepage": "https://github.com/polkadot-js/phishing#readme",
"license": "Apache-2",
"packageManager": "yarn@3.0.1",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/phishing.git"
},
"sideEffects": false,
"version": "0.6.394",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "polkadot-dev-build-ts",
"build:extra": "node scripts/sortAll.mjs",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"build:release:ipfs": "node scripts/ipfsUpload.mjs",
"build:rollup": "polkadot-exec-rollup --config",
"clean": "polkadot-dev-clean-build",
"lint": "polkadot-dev-run-lint",
"phishing:addrcheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/addrcheck",
"phishing:crosscheck": "polkadot-dev-run-test --runInBand --detectOpenHandles packages/phishing/src/crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand --detectOpenHandles --testPathIgnorePatterns addrcheck --testPathIgnorePatterns crosscheck"
},
"dependencies": {
"@pinata/sdk": "^1.1.23",
"dnslink-cloudflare": "^3.0.0"
},
"devDependencies": {
"@babel/core": "^7.15.8",
"@polkadot/dev": "^0.63.10",
"@types/jest": "^27.0.2"
},
"resolutions": {
"typescript": "^4.4.4"
}
}