PLC Bundle V1 Example Implementations
at 720292528b774ab087f198211462ccabaf2f9d86 17 lines 331 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}