mirror of
https://github.com/fluencelabs/avm-runner-interface
synced 2025-04-24 08:02:15 +00:00
16 lines
360 B
JSON
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"
|
|
}
|
|
}
|