Skip to main content
Module

x/wasm/package.json

Monorepo for Javascript WebAssembly packages by Wasmer
Go to Latest
File
{ "name": "@wasmer/wasi", "version": "0.0.1", "main": "dist/Library.cjs.min.js", "module": "dist/Library.esm.min.js", "unpkg": "dist/Library.umd.min.js", "keywords": [ "webassembly", "wasm", "wasi" ], "author": "Syrus Akbary <syrus@wasmer.io>", "repository": { "type": "git", "url": "https://github.com/wasmerio/wasmer-js" }, "license": "MIT", "scripts": { "build": "wasm-pack build --target web; rollup -c --environment BUILD:production", "dev": "rollup -c -w", "lint": "", "test": "jest -c jest.config.js", "test:watch": "npm run test -- --watch", "test:coverage": "npm run test -- --coverage", "clean": "rimraf dist coverage", "prepare": "npm-run-all clean lint test build" }, "devDependencies": { "@babel/core": "~7.16.0", "@babel/plugin-proposal-object-rest-spread": "~7.16.0", "@babel/preset-env": "~7.16.0", "@babel/register": "~7.16.0", "@rollup/plugin-babel": "~5.3.0", "@rollup/plugin-commonjs": "~21.0.1", "@rollup/plugin-node-resolve": "~13.0.6", "@rollup/plugin-url": "^6.1.0", "@rollup/plugin-wasm": "^5.1.2", "@wasm-tool/wasm-pack-plugin": "1.6.0", "cross-env": "~7.0.3", "eslint": "~7.18.0", "jest": "^27.3.1", "npm-run-all": "~4.1.5", "rimraf": "~3.0.2", "rollup": "~2.60.0", "rollup-plugin-terser": "~7.0.2", "rollup-plugin-typescript2": "^0.31.0", "ts-loader": "^9.2.6", "tslib": "^2.3.1", "typescript": "^4.5.2" }, "browserslist": "> 0.5%, last 2 versions, Firefox ESR, not dead"}