mirror of
https://github.com/fluencelabs/aquavm
synced 2024-12-13 11:15:33 +00:00
28 lines
664 B
JSON
28 lines
664 B
JSON
{
|
|
"name": "@fluencelabs/air-interpreter",
|
|
"description": "Aqua intermediary representation interpreter",
|
|
"version": "0.0.0",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"repository": "https://github.com/fluencelabs/air",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache 2.0",
|
|
"files": [
|
|
"dist/*"
|
|
],
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "jest"
|
|
},
|
|
"private": false,
|
|
"dependencies": {
|
|
"base64-js": "1.5.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jest": "^26.0.23",
|
|
"jest": "26.5.0",
|
|
"ts-jest": "^26.5.5",
|
|
"typescript": "^3.9.5"
|
|
}
|
|
}
|