edacation
Version:
Library and CLI for interacting with Yosys and nextpnr.
55 lines (54 loc) • 1.63 kB
JSON
{
"name": "edacation",
"description": "Library and CLI for interacting with Yosys and nextpnr.",
"license": "MIT",
"version": "0.6.4",
"contributors": [
"Danielle Huisman <danielle@huisman.me> (https://github.com/DanielleHuisman)",
"Mike Almeloo <git@mikealmel.ooo> (https://github.com/DismissedGuy)"
],
"repository": "github:EDAcation/edacation",
"keywords": [
"edacation",
"cli",
"yosys",
"nextpnr"
],
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"systemd",
"LICENSE.md",
"README.md",
"package.json"
],
"bin": "./dist/cli/index.js",
"scripts": {
"lint": "eslint ./src --ext ts",
"clean": "rm -rf dist",
"build": "yarn run clean && yarn run lint && tsc",
"prepare": "yarn run build",
"dev": "node --loader ts-node/esm src/cli/index.ts"
},
"dependencies": {
"string-args-parser": "^1.0.4",
"yargs": "^18.0.0",
"zod": "^4.1.5"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.35.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^20.14.8",
"@types/yargs": "^17.0.32",
"@typescript-eslint/eslint-plugin": "^8.43.0",
"@typescript-eslint/parser": "^8.43.0",
"eslint": "^9.0.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-import": "^2.32.0",
"prettier": "^3.6.2",
"ts-node": "^10.9.2",
"typescript": "^5.9.2"
}
}