mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
33 lines
890 B
JSON
33 lines
890 B
JSON
{
|
|
"name": "@fluencelabs/marine-js",
|
|
"description": "Marine-js",
|
|
"version": "0.1.0",
|
|
"main": "./dist/index.js",
|
|
"typings": "./dist/index.d.ts",
|
|
"repository": "https://github.com/fluencelabs/marine",
|
|
"author": "Fluence Labs",
|
|
"license": "Apache 2.0",
|
|
"files": [
|
|
"dist/*",
|
|
"!lib/__test__/*"
|
|
],
|
|
"bin": {
|
|
"copy-marine": "./dist/copyMarine.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"postbuild": "cp ../marine-web-pkg/marine_web_runtime_bg.wasm ./dist/marine-js.wasm",
|
|
"test": "jest"
|
|
},
|
|
"private": false,
|
|
"devDependencies": {
|
|
"@wasmer/wasi": "^0.12.0",
|
|
"@wasmer/wasmfs": "^0.12.0",
|
|
"@fluencelabs/avm": "0.20.0-marine-web-adapted.1",
|
|
"@types/jest": "^27.4.0",
|
|
"@types/node": "^14.0.0",
|
|
"jest": "^27.2.4",
|
|
"typescript": "^4.0.0"
|
|
}
|
|
}
|