ccxt-with-rest-api-type
Advanced tools
Comparing version
{ | ||
"name": "ccxt-with-rest-api-type", | ||
"version": "0.0.4", | ||
"main": "index.js", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
"type": "module", | ||
"files": ["dist/types"], | ||
"module": "dist/index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"build": "tsup src/cli/index.ts --onSuccess \"node dist/index.cjs\"", | ||
"postbuild": "rm -rf dist/index.cjs" | ||
"postbuild": "rm -rf dist/index.cjs && mv dist/import.js dist/index.js" | ||
}, | ||
@@ -12,0 +12,0 @@ "dependencies": { |
734945
1.52%127
4.96%10038
2.04%