UNPKG

@opalkelly/frontpanel-platform-api

Version:

TypeScript definitions for Opal Kelly FrontPanel Platform API

52 lines (51 loc) 1.47 kB
{ "name": "@opalkelly/frontpanel-platform-api", "version": "0.4.0", "description": "TypeScript definitions for Opal Kelly FrontPanel Platform API", "keywords": [ "FPGA", "FrontPanel", "OpalKelly" ], "license": "SEE LICENSE IN LICENSE", "author": "Opal Kelly Inc. <support@opalkelly.com>", "homepage": "https://opalkelly.com/", "bugs": { "url": "https://forums.opalkelly.com/" }, "type": "module", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist", "src" ], "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c", "format-check": "prettier --check ./src/**", "lint": "eslint ./src/**/*.{ts,tsx}", "test": "echo \"Error: no test specified\" && exit 1", "build-docs": "typedoc" }, "devDependencies": { "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-eslint": "^9.0.5", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.1.5", "@typescript-eslint/eslint-plugin": "^7.1.0", "@typescript-eslint/parser": "^7.1.0", "eslint": "^8.57.0", "prettier": "3.2.5", "rollup": "^4.9.1", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-peer-deps-external": "^2.2.4", "tslib": "^2.6.2", "typedoc": "^0.25.11", "typescript": "^5.3.3" }, "peerDependencies": { "sub-events": "^1.9.0" } }