27 lines
673 B
JSON
27 lines
673 B
JSON
{
|
|
"repository": "https://github.com/polkadot-js/wasm",
|
|
"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": "NIGHTLY= ./scripts/build.sh",
|
|
"build:release": "NIGHTLY= ./scripts/build-release.sh",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"clean": "./scripts/clean.sh",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "./scripts/test-rust.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.11.6",
|
|
"@polkadot/dev": "^0.55.51"
|
|
},
|
|
"version": "1.5.0-beta.4"
|
|
}
|