polkadot-js/ts

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
"name": "@polkadot/ts",
"version": "0.4.22",
"license": "ISC",
"description": "Typescript definitions that are not (yet) available on https://github.com/DefinitelyTyped/DefinitelyTyped",
"author": "Jaco Greeff <jacogr@gmail.com>",
"maintainers": [],
"contributors": [],
"bugs": "https://github.com/polkadot-js/ts/issues",
"homepage": "https://github.com/polkadot-js/ts#readme",
"repository": {
"type": "git",
"url": "https://github.com/polkadot-js/ts.git"
},
"scripts": {
"build": "./build.sh",
"build:release": "polkadot-ci-ghact-build --skip-beta",
"lint": "polkadot-dev-run-lint --skip-eslint",
"test": "echo \"No 'yarn run test' available\""
},
"resolutions": {
"typescript": "^4.5.3"
},
"dependencies": {
"@types/chrome": "^0.0.171"
},
"devDependencies": {
"@babel/core": "^7.16.5",
"@polkadot/dev": "^0.64.13",
"@types/node": "^16.11.15"
},
"packageManager": "yarn@3.0.1"
}