UNPKG

yosys

Version:

WebAssembly version of Yosys.

47 lines (46 loc) 1.28 kB
{ "name": "yosys", "description": "WebAssembly version of Yosys.", "version": "0.30.5", "license": "MIT", "contributors": [ "Danielle Huisman <danielle@huisman.me> (https://github.com/DanielleHuisman)", "Daan Middelkoop <daantje676@gmail.com>" ], "repository": "github:EDAcation/yosys.js", "keywords": [ "yosys", "fpga", "rtl", "synthesis", "webassembly", "wasm" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "LICENSE.md", "README.md", "package.json" ], "scripts": { "lint": "eslint", "clean": "rm -rf dist && mkdir -p dist && cp build/yosys.* dist", "build": "yarn run clean && yarn run lint && tsc", "dev": "yarn run clean && tsc --watch" }, "dependencies": { "@types/emscripten": "^1.39.6", "@types/node": "^17.0.22" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.16.0", "@typescript-eslint/parser": "^5.16.0", "eslint": "^8.11.0", "eslint-config-google": "^0.14.0", "eslint-plugin-import": "^2.25.4", "ts-node": "^10.7.0", "typescript": "^4.6.2" } }