mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 10:42:10 +00:00
26 lines
494 B
JSON
26 lines
494 B
JSON
{
|
|
"name": "@tcgdex/sdk",
|
|
"version": "1.2.1",
|
|
"main": "./tcgdex.js",
|
|
"types": "./types/tcgdex.d.ts",
|
|
"repository": "https://git.delta-wings.net/tcgdex/javascript-sdk.git",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.5.4",
|
|
"typescript": "^3.7.5"
|
|
},
|
|
"dependencies": {
|
|
"isomorphic-unfetch": "^3.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts",
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|