UNPKG

iopa

Version:

API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern

49 lines (48 loc) 1.08 kB
{ "name": "iopa", "version": "4.0.55", "description": "API-first, Internet of Things (IoT) stack for Typescript, official implementation of the Internet Open Protocols Alliance (IOPA) reference pattern", "main": "dist/index.js", "type": "module", "types": "dist/index.d.ts", "author": "IOPA", "homepage": "https://iopa.io", "keywords": [ "iopa", "owin", "middleware", "router", "http", "promise", "async", "framework", "node" ], "license": "Apache-2.0", "maintainers": [ { "name": "iopa", "email": "build@iopa.io" } ], "repository": { "type": "git", "url": "https://github.com/iopa-io/iopa.git" }, "scripts": { "build": "node esbuild.config.mjs", "watch": "node esbuild.config.mjs --watch" }, "dependencies": { "@iopa/types": "^4" }, "devDependencies": { "@rushstack/eslint-config": "^2.6.0", "esbuild": "^0.14.43", "eslint": "^8.17.0", "prettier": "^2.6.2", "typescript": "^4.6.3", "@types/jest": "^28.1.1" }, "peerDependencies": {} }