@typerpc/plugin
Advanced tools
+44
-43
| { | ||
| "name": "@typerpc/plugin", | ||
| "version": "0.1.17", | ||
| "description": "typerpc plugin types", | ||
| "keywords": [ | ||
| "typerpc", | ||
| "plugin", | ||
| "typescript", | ||
| "json", | ||
| "cbor", | ||
| "graphql" | ||
| ], | ||
| "author": "Gary Becks <techstar.dev@hotmail.com>", | ||
| "homepage": "https://github.com/typerpc/typerpc", | ||
| "license": "BSD-2-Clause", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "directories": { | ||
| "lib": "src", | ||
| "test": "tests" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "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" | ||
| }, | ||
| "dependencies": { | ||
| "@typerpc/schema": "^0.1.17" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/typerpc/typerpc/issues" | ||
| }, | ||
| "gitHead": "789cdf7172f1df83035a2a17a90f0f2fdf125713" | ||
| "name": "@typerpc/plugin", | ||
| "version": "0.1.39", | ||
| "description": "typerpc plugin types", | ||
| "keywords": [ | ||
| "typerpc", | ||
| "plugin", | ||
| "typescript", | ||
| "json", | ||
| "cbor", | ||
| "graphql" | ||
| ], | ||
| "author": "Gary Becks <techstar.dev@hotmail.com>", | ||
| "homepage": "https://github.com/typerpc/typerpc", | ||
| "license": "BSD-2-Clause", | ||
| "main": "./dist/index.js", | ||
| "types": "./dist/index.d.ts", | ||
| "directories": { | ||
| "lib": "src", | ||
| "test": "tests" | ||
| }, | ||
| "files": [ | ||
| "dist" | ||
| ], | ||
| "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/schema": "^0.1.39" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/typerpc/typerpc/issues" | ||
| }, | ||
| "gitHead": "73aa8dbb92252e2a82d7633c1e34d8c6912df86c" | ||
| } |
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
3421
5.1%Updated