{ "name": "ts2panda", "version": "1.0.0", "description": "", "main": "src/index.js", "types": "types/index.d.ts", "private": false, "scripts": { "build": "node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --env buildMode=release && rm -rf build && mv dist build && cp -r node_modules build/", "build-debug": "node_modules/webpack/bin/webpack.js --config webpack.config.js --progress --env buildMode=debug && rm -rf build && mv dist build && cp -r node_modules build/" }, "repository": { "type": "", "url": "" }, "author": "", "license": "", "dependencies": { "commander": "9.4.0", "typescript": "4.2.3" } }