Files
phishing/package.json
T
Github Actions d3748d0e0c [CI Skip] release/stable 0.1.1
skip-checks: true
2020-09-21 13:24:07 +00:00

28 lines
696 B
JSON

{
"repository": "https://github.com/polkadot-js/phishing",
"author": "Jaco Greeff <jacogr@gmail.com>",
"license": "Apache-2",
"private": true,
"workspaces": [
"packages/*"
],
"resolutions": {
"babel-core": "^7.0.0-bridge.0",
"typescript": "^4.0.2"
},
"scripts": {
"build": "polkadot-dev-build-ts",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint",
"clean": "polkadot-dev-clean-build",
"postinstall": "polkadot-dev-yarn-only",
"test": "echo \"no tests\""
},
"devDependencies": {
"@babel/core": "^7.11.6",
"@polkadot/dev": "^0.55.53",
"@types/jest": "^26.0.10"
},
"version": "0.1.1"
}