{ "name": "@fluencelabs/avm-runner-interface", "version": "0.1.0", "description": "Interfaces for AVM Runner", "main": "./dist/index.js", "typings": "./dist/index.d.ts", "scripts": { "build": "tsc" }, "author": "Fluence Labs", "license": "Apache-2.0", "devDependencies": { "typescript": "^4.0.0" } }