mirror of
https://github.com/tcgdex/javascript-sdk.git
synced 2025-04-22 18:52:09 +00:00
27 lines
502 B
JSON
27 lines
502 B
JSON
{
|
|
"name": "@tcgdex/sdk",
|
|
"version": "2.1.0",
|
|
"main": "./tcgdex.js",
|
|
"types": "./main.d.ts",
|
|
"repository": "https://github.com/tcgdex/javascript-sdk.git",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node-fetch": "^2.5.10",
|
|
"ts-node": "^10.0.0",
|
|
"typescript": "^4.1.3"
|
|
},
|
|
"dependencies": {
|
|
"isomorphic-unfetch": "^3.1.0"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc --project tsconfig.json",
|
|
"prepublishOnly": "yarn build"
|
|
},
|
|
"files": [
|
|
"*.js",
|
|
"*.d.ts",
|
|
"**/*.js",
|
|
"**/*.d.ts"
|
|
]
|
|
}
|