Files
phishing/package.json
T
Github Actions 9a775b4494 [CI Skip] release/stable 0.3.10
skip-checks: true
2021-01-06 12:05:03 +00:00

29 lines
856 B
JSON

{
"repository": "https://github.com/polkadot-js/phishing",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"typescript": "^4.1.3"
},
"scripts": {
"build": "polkadot-dev-build-ts",
"build:extra": "node scripts/sortAll.mjs",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"phishing:crosscheck": "polkadot-dev-run-test packages/phishing/src/crosscheck",
"postinstall": "polkadot-dev-yarn-only",
"test": "polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck"
},
"devDependencies": {
"@babel/core": "^7.12.10",
"@polkadot/dev": "^0.61.23",
"@types/jest": "^26.0.19"
},
"version": "0.3.10"
}