javascript-sdk/package.json
renovate[bot] 2c0a12a2e8
Update dependency typescript to v3.9.5 (#4)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2020-06-24 10:04:19 +02:00

26 lines
486 B
JSON

{
"name": "@tcgdex/sdk",
"version": "1.4.1",
"main": "./tcgdex.js",
"types": "./tcgdex.d.ts",
"repository": "https://git.delta-wings.net/tcgdex/javascript-sdk.git",
"license": "MIT",
"devDependencies": {
"@types/node-fetch": "2.5.7",
"typescript": "3.9.5"
},
"dependencies": {
"isomorphic-unfetch": "^3.0.0"
},
"scripts": {
"build": "tsc --project tsconfig.json",
"prepublishOnly": "yarn build"
},
"files": [
"*.js",
"*.d.ts",
"**/*.js",
"**/*.d.ts"
]
}