avm-runner-interface/package.json

16 lines
360 B
JSON
Raw Normal View History

2021-11-26 17:48:53 +03:00
{
2021-12-14 21:07:22 +03:00
"name": "@fluencelabs/avm-runner-interface",
2021-11-26 17:48:53 +03:00
"version": "0.1.0",
2021-12-14 21:07:22 +03:00
"description": "Interfaces for AVM Runner",
2021-11-26 17:48:53 +03:00
"main": "./dist/index.js",
"typings": "./dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"author": "Fluence Labs",
"license": "Apache-2.0",
"devDependencies": {
"typescript": "^4.0.0"
}
}