UNPKG

protons

Version:
65 lines (64 loc) 1.43 kB
{ "name": "protons", "version": "7.6.0", "description": "Protobuf to ts transpiler", "license": "Apache-2.0 OR MIT", "homepage": "https://github.com/ipfs/protons/tree/master/packages/protons#readme", "repository": { "type": "git", "url": "git+https://github.com/ipfs/protons.git" }, "bugs": { "url": "https://github.com/ipfs/protons/issues" }, "publishConfig": { "access": "public", "provenance": true }, "bin": { "protons": "./dist/bin/protons.js" }, "type": "module", "types": "./dist/src/index.d.ts", "files": [ "src", "dist", "!dist/test", "!**/*.tsbuildinfo" ], "exports": { ".": { "types": "./dist/src/index.d.ts", "import": "./dist/src/index.js" } }, "eslintConfig": { "extends": "ipfs", "parserOptions": { "project": true, "sourceType": "module" } }, "scripts": { "clean": "aegir clean", "lint": "aegir lint", "dep-check": "aegir dep-check", "build": "aegir build", "test": "aegir test -t node", "test:node": "aegir test -t node --cov", "release": "aegir release" }, "dependencies": { "meow": "^13.1.0", "protobufjs-cli": "^1.0.0", "protons-runtime": "^5.0.0" }, "devDependencies": { "aegir": "^44.1.0", "long": "^5.2.0", "pbjs": "^0.0.14", "protobufjs": "^7.0.0", "uint8arraylist": "^2.4.3", "uint8arrays": "^5.0.1" } }