avm-runner-interface/package.json
Pavel Murygin 38167d20e0 init
2021-11-26 17:48:53 +03:00

16 lines
354 B
JSON

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