42 lines
1.5 KiB
JSON
42 lines
1.5 KiB
JSON
{
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
|
"bugs": "https://github.com/polkadot-js/common/issues",
|
|
"homepage": "https://github.com/polkadot-js/common#readme",
|
|
"license": "Apache-2.0",
|
|
"packageManager": "yarn@3.2.0",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/polkadot-js/common.git"
|
|
},
|
|
"sideEffects": false,
|
|
"type": "module",
|
|
"version": "10.0.3-1-x",
|
|
"versionGit": "10.0.3-1-x",
|
|
"versionNpm": "10.0.2",
|
|
"workspaces": [
|
|
"packages/*"
|
|
],
|
|
"scripts": {
|
|
"build": "polkadot-dev-build-ts",
|
|
"build:release": "polkadot-ci-ghact-build",
|
|
"build:rollup": "polkadot-exec-rollup --config",
|
|
"clean": "polkadot-dev-clean-build",
|
|
"deno": "yarn polkadot-dev-deno-map && yarn build && deno check --import-map=import_map.json mod.ts",
|
|
"lint": "polkadot-dev-run-lint",
|
|
"networks:crosscheck": "polkadot-dev-run-test packages/networks/src/crosscheck",
|
|
"postinstall": "polkadot-dev-yarn-only",
|
|
"test": "NODE_OPTIONS=--experimental-vm-modules polkadot-dev-run-test --coverage --runInBand --testPathIgnorePatterns crosscheck --testPathIgnorePatterns toMiniSecretCmp",
|
|
"test:mnemonicCmp": "polkadot-dev-run-test packages/util-crypto/src/mnemonic/toMiniSecretCmp.spec.ts",
|
|
"test:one": "polkadot-dev-run-test --runInBand"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@polkadot/dev": "^0.67.73",
|
|
"@types/jest": "^28.1.4"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|