PLC Bundle V1 Example Implementations
at 868c16865caad42e33aece68d843a5df80d2651d 20 lines 388 B view raw
1{ 2 "name": "plcbundle-js", 3 "version": "1.0.0", 4 "description": "", 5 "main": "index.js", 6 "type": "module", 7 "scripts": { 8 "test": "echo \"Error: no test specified\" && exit 1" 9 }, 10 "keywords": [], 11 "author": "", 12 "license": "ISC", 13 "dependencies": { 14 "@bokuweb/zstd-wasm": "^0.0.27", 15 "axios": "^1.13.0" 16 }, 17 "devDependencies": { 18 "@types/node": "^24.9.2" 19 } 20}