2018-06-21 09:54:24 +02:00
|
|
|
{
|
|
|
|
"name": "@polkadot/ts",
|
2019-08-03 05:42:47 +00:00
|
|
|
"version": "0.1.63",
|
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-07-09 10:46:28 +02:00
|
|
|
"typescript": "^3.5.3"
|
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": {
|
|
|
|
"@types/chrome": "^0.0.86"
|
|
|
|
},
|
2018-06-22 12:08:02 +02:00
|
|
|
"devDependencies": {
|
2019-07-11 21:30:18 +02:00
|
|
|
"@babel/core": "^7.5.4",
|
2019-08-09 14:57:05 +02:00
|
|
|
"@polkadot/dev": "^0.31.0-beta.1"
|
2018-06-21 09:54:24 +02:00
|
|
|
}
|
|
|
|
}
|