UNPKG

@typerpc/dart-shelf

Version:

A typerpc plugin for generating dart servers

46 lines (45 loc) 1.26 kB
{ "name": "@typerpc/dart-shelf", "version": "0.2.9", "description": "A typerpc plugin for generating dart servers", "keywords": [ "typerpc", "dart", "shelf", "json", "rpc" ], "main": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ "dist", "README.md" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/typerpc/typerpc.git" }, "scripts": { "lint:fix": "eslint --fix src/**", "build": "yarn run clean && yarn run tsc", "clean": "rm -rf ./dist && rm -rf tsconfig.build.tsbuildinfo", "tsc": "tsc -b tsconfig.build.json", "prepublishOnly": "yarn run build" }, "dependencies": { "@typerpc/dart-plugin-utils": "^0.2.9", "@typerpc/plugin": "^0.2.9", "@typerpc/plugin-utils": "^0.2.9", "@typerpc/schema": "^0.2.9" }, "author": "Gary Becks <techstar.dev@hotmail.com>", "homepage": "http://typerpc.run", "license": "BSD-2-Clause", "bugs": { "url": "https://github.com/typerpc/typerpc/issues" }, "gitHead": "54d77bc34507b06ce1939b239c2855936aa4ef58" }