mirror of
https://github.com/pezkuwichain/phishing.git
synced 2026-04-21 23:48:01 +00:00
29 lines
785 B
JSON
29 lines
785 B
JSON
{
|
|
"repository": "https://github.com/polkadot-js/phishing",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"license": "Apache-2",
|
|
"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",
|
|
"docs": "echo \"no docs build step\"",
|
|
"docs:release": "polkadot-ci-ghact-docs",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "echo \"no tests\""
|
|
},
|
|
"dependencies": {
|
|
"@polkadot/x-fetch": "^0.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@polkadot/dev": "^0.55.53",
|
|
"@types/jest": "^26.0.10"
|
|
},
|
|
"version": "0.1.0"
|
|
}
|