mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 03:05:32 +00:00
6a2d591721
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
21 lines
454 B
JSON
21 lines
454 B
JSON
{
|
|
"name": "@fluencelabs/avm",
|
|
"description": "Aquamarine VM",
|
|
"version": "0.0.0",
|
|
"main": "./dist/index.js",
|
|
"repository": "https://github.com/fluencelabs/air",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache 2.0",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc && ./build_wasm.sh"
|
|
},
|
|
"private": false,
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"typescript": "4.8.2"
|
|
}
|
|
}
|