UNPKG

proto-gen-dts

Version:
55 lines (54 loc) 1.38 kB
{ "name": "proto-gen-dts", "version": "0.20.0", "description": "proto generate typescript dictionary type file", "keywords": [ "proto", "protobuffer", "proto-gen-dts", "protoc-gen-ts", "typescript" ], "author": "fupeng <fupenglxy@gmail.com>", "homepage": "https://github.com/planjs/stan/blob/master/packages/proto-gen-dts/README.md", "license": "MIT", "main": "lib/index.js", "typings": "lib/index.d.ts", "directories": { "lib": "lib", "test": "__tests__" }, "bin": { "proto-gen-dts": "./bin/proto-gen-dts.js" }, "files": [ "bin", "lib" ], "repository": { "type": "git", "url": "git+https://github.com/planjs/stan.git" }, "scripts": { "prepare": "stan-builder --cjs --bundler babel", "dev": "yarn prepare -- -w", "lint:fix": "eslint --fix --ext js,jsx,ts,tsx src", "test": "jest --config ../../jest.config.ts --rootDir .", "debug": "./bin/proto-gen-dts.js -d __fixtures__ -o __fixtures__/expected" }, "bugs": { "url": "https://github.com/planjs/stan/issues" }, "dependencies": { "google-proto-files": "^2.4.0", "stan-utils": "0.17.0" }, "devDependencies": { "stan-builder": "0.22.0" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "gitHead": "a8138a712278f7c347bae8281707aad5614da461" }