@metalcamp/stockx-data
Version:
Unofficial StockX API to scrape product info utilizing requests/promises
24 lines (23 loc) • 545 B
JSON
{
"compilerOptions": {
"allowJs": true,
"allowSyntheticDefaultImports": true,
"checkJs": false,
"declaration": true,
"downlevelIteration": true,
"emitDecoratorMetadata": true,
"esModuleInterop": true,
"experimentalDecorators": true,
"incremental": true,
"lib": ["esnext", "dom"],
"module": "commonjs",
"noUnusedLocals": true,
"rootDir": "src",
"outDir": "dist",
"removeComments": true,
"skipLibCheck": true,
"strict": true,
"target": "esnext"
},
"include": ["src"]
}