34 lines
1.3 KiB
JSON
34 lines
1.3 KiB
JSON
{
|
|
"version": "0.4.0-beta.5",
|
|
"description": "A sample signer extension for the @polkadot/api",
|
|
"repository": "https://github.com/polkadot-js/extension",
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"license": "Apache-2",
|
|
"private": true,
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"engines": {
|
|
"yarn": "^1.10.1"
|
|
},
|
|
"resolutions": {
|
|
"babel-core": "^7.0.0-bridge.0",
|
|
"typescript": "^3.5.3"
|
|
},
|
|
"scripts": {
|
|
"build": "NODE_ENV=production polkadot-dev-build-ts",
|
|
"build:zip": "(rm -rf ./master-build.zip && yarn build && cd packages/extension/build && zip -r -FS ../../../master-build.zip *) && (rm -rf ./master-src.zip && zip -r -x '*build*' -x '*node_modules*' -FS ./master-src.zip packages .babelrc.js .editorconfig .eslintignore .eslintrc.js babel.config.js CHANGELOG.md CONTRIBUTING.md jest.config.js lerna.json LICENSE package.json README.md tsconfig.json yarn.lock)",
|
|
"check": "yarn lint",
|
|
"lint": "eslint --ext .js,.jsx,.ts,.tsx . && tsc --noEmit --pretty",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "echo \"no tests... yet\"",
|
|
"watch": "cd packages/extension && webpack --config webpack.config.js --watch"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.5.4",
|
|
"@polkadot/dev-react": "^0.30.0-beta.22",
|
|
"@polkadot/ts": "^0.1.62"
|
|
}
|
|
}
|