28 lines
639 B
JSON
28 lines
639 B
JSON
{
|
|
"version": "0.15.0-beta.58",
|
|
"private": true,
|
|
"engines": {
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"resolutions": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"typescript": "^3.6.4"
|
|
},
|
|
"scripts": {
|
|
"build": "./scripts/build.sh",
|
|
"lint": "eslint . --ext .js,.jsx,.ts,.tsx . && tsc --noEmit --pretty",
|
|
"clean": "./scripts/clean.sh",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "./scripts/test-rust.sh"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.6.4",
|
|
"@polkadot/dev": "^0.32.0-beta.10",
|
|
"@polkadot/util": "^1.6.0-beta.9",
|
|
"override-require": "^1.1.1"
|
|
}
|
|
}
|