UNPKG

@montferret/ferret-wasm

Version:

Ferret compiler and runtime ported to WASM

53 lines (52 loc) 1.48 kB
{ "name": "@montferret/ferret-wasm", "version": "1.0.0", "description": "Ferret compiler and runtime ported to WASM", "main": "dist/index.js", "scripts": { "compile": "tsc -b ./tsconfig.json", "build": "make compile", "test": "mocha", "prepublish": "npm run build && npm run test", "fmt": "pretty-quick" }, "repository": { "type": "git", "url": "git+https://github.com/MontFerret/ferret-wasm.git" }, "keywords": [ "ferret", "runtime", "compiler", "wasm", "browser" ], "author": "MontFerret Team", "license": "MIT", "bugs": { "url": "https://github.com/MontFerret/ferret-wasm/issues" }, "homepage": "https://github.com/MontFerret/ferret-wasm#readme", "dependencies": { "cross-fetch": "^3.0.4", "web-streams-polyfill": "^2.0.4" }, "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "@types/node": "^12.7.0", "@types/sinon": "^7.0.13", "chai": "^4.2.0", "husky": "^3.0.2", "mocha": "^6.2.0", "prettier": "^1.18.2", "pretty-quick": "^1.11.1", "sinon": "^7.4.1", "source-map-support": "^0.5.13", "ts-node": "^8.3.0", "tslint": "^5.18.0", "tslint-config-airbnb": "^5.11.1", "tslint-config-prettier": "^1.18.0", "typescript": "^3.5.3" } }