aquavm/avm/client/package.json

30 lines
682 B
JSON

{
"name": "@fluencelabs/avm",
"description": "Aquamarine VM",
"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/*"
],
"bin": {
"copy-avm": "./dist/copyAvm.js"
},
"scripts": {
"build": "tsc",
"test": "jest"
},
"private": false,
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^14.0.0",
"jest": "^27.2.4",
"ts-jest": "^27.0.5",
"typescript": "^4.0.0"
}
}