avm-runner-interface/package.json
2021-12-14 21:07:22 +03:00

16 lines
360 B
JSON

{
"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"
}
}