2018-06-21 09:54:24 +02:00
|
|
|
{
|
|
|
|
"name": "@polkadot/ts",
|
2019-10-12 12:48:59 +00:00
|
|
|
"version": "0.1.81",
|
2018-06-21 09:54:24 +02:00
|
|
|
"description": "Typescript definitions that are not (yet) available on https://github.com/DefinitelyTyped/DefinitelyTyped",
|
|
|
|
"repository": "https://github.com/polkadot-js/ts.git",
|
|
|
|
"author": "Jaco Greeff <jacogr@gmail.com>",
|
2018-06-21 10:09:51 +02:00
|
|
|
"license": "ISC",
|
2018-07-13 10:04:14 +02:00
|
|
|
"resolutions": {
|
|
|
|
"babel-core": "^7.0.0-bridge.0",
|
2019-10-12 14:42:47 +02:00
|
|
|
"typescript": "^3.6.4"
|
2018-07-13 10:04:14 +02:00
|
|
|
},
|
2018-06-21 09:54:24 +02:00
|
|
|
"scripts": {
|
|
|
|
"build": "./build.sh",
|
2019-08-09 14:57:05 +02:00
|
|
|
"lint": "tsc --noEmit --pretty",
|
2018-06-21 09:54:24 +02:00
|
|
|
"test": "echo \"No 'yarn run test' available\""
|
|
|
|
},
|
2019-06-06 09:34:36 +02:00
|
|
|
"dependencies": {
|
2019-10-22 11:01:36 +02:00
|
|
|
"@types/chrome": "^0.0.91"
|
2019-06-06 09:34:36 +02:00
|
|
|
},
|
2018-06-22 12:08:02 +02:00
|
|
|
"devDependencies": {
|
2019-10-12 14:42:47 +02:00
|
|
|
"@babel/core": "^7.6.4",
|
2019-10-22 11:01:36 +02:00
|
|
|
"@polkadot/dev": "^0.32.0-beta.11"
|
2018-06-21 09:54:24 +02:00
|
|
|
}
|
|
|
|
}
|