mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-06-12 03:01:10 +00:00
Bump dev (#630)
This commit is contained in:
+23
-13
@@ -1,36 +1,46 @@
|
||||
{
|
||||
"repository": "https://github.com/polkadot-js/phishing",
|
||||
"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.381",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"resolutions": {
|
||||
"typescript": "^4.4.4"
|
||||
},
|
||||
"bin": {},
|
||||
"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",
|
||||
"lint": "polkadot-dev-run-lint",
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.8",
|
||||
"@polkadot/dev": "^0.62.71",
|
||||
"@types/jest": "^27.0.2"
|
||||
},
|
||||
"version": "0.6.381",
|
||||
"dependencies": {
|
||||
"@pinata/sdk": "^1.1.23",
|
||||
"dnslink-cloudflare": "^3.0.0"
|
||||
},
|
||||
"packageManager": "yarn@3.0.1"
|
||||
}
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.15.8",
|
||||
"@polkadot/dev": "^0.63.8",
|
||||
"@types/jest": "^27.0.2"
|
||||
},
|
||||
"optionalDependencies": {},
|
||||
"peerDependencies": {},
|
||||
"resolutions": {
|
||||
"typescript": "^4.4.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user