43 lines
1.4 KiB
JSON
43 lines
1.4 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.1.4-1-x",
|
|
"versions": {
|
|
"git": "10.1.4-1-x",
|
|
"npm": "10.1.3"
|
|
},
|
|
"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",
|
|
"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.10",
|
|
"@polkadot/dev": "^0.67.92",
|
|
"@types/jest": "^28.1.6"
|
|
},
|
|
"resolutions": {
|
|
"typescript": "^4.7.4"
|
|
}
|
|
}
|