1{ 2 "name": "ts2panda", 3 "version": "1.0.0", 4 "description": "", 5 "main": "src/index.js", 6 "types": "types/index.d.ts", 7 "private": false, 8 "scripts": { 9 "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/", 10 "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/" 11 }, 12 "repository": { 13 "type": "", 14 "url": "" 15 }, 16 "author": "", 17 "license": "", 18 "dependencies": { 19 "commander": "9.4.0", 20 "typescript": "4.2.3" 21 } 22} 23