blob: cd14d54c2bec7d0c7b6f11b68de05c7b00c5f491 [file] [log] [blame]
{
"name": "pigweed",
"version": "0.0.1",
"description": "An open source collection of embedded-targeted libraries",
"author": "",
"license": "Apache-2.0",
"type": "module",
"exports": {
"./pw_status": "./dist/pw_status",
"./pw_hdlc": "./dist/pw_hdlc"
},
"bin": {
"pw_protobuf_compiler": "./dist/bin/pw_protobuf_compiler.js"
},
"scripts": {
"prebuild": "rimraf dist && npm run build-protos",
"build-protos": "ts-node -P tsconfig.rollup.json ./pw_protobuf_compiler/ts/build.ts -p pw_rpc/ts/test.proto -p pw_rpc/echo.proto -p pw_rpc/ts/test2.proto -p pw_rpc/internal/packet.proto --out dist/protos",
"build": "npm run rollup",
"rollup": "rollup -c && rimraf dist/types && rimraf dist/**/types && chmod +x ./dist/bin/pw_protobuf_compiler.js",
"start": "tsc-watch --onSuccess \"rollup -c\"",
"check": "gts check",
"fix": "gts fix",
"test": "echo \"No tests defined yet\""
},
"devDependencies": {
"@bazel/concatjs": "4.1.0",
"@bazel/esbuild": "4.1.0",
"@bazel/ibazel": "^0.15.10",
"@bazel/jasmine": "4.1.0",
"@bazel/rollup": "4.1.0",
"@bazel/typescript": "4.1.0",
"@grpc/grpc-js": "^1.3.7",
"@material-ui/core": "^4.12.1",
"@material-ui/lab": "^4.0.0-alpha.60",
"@rollup/plugin-commonjs": "^19.0.0",
"@rollup/plugin-node-resolve": "^13.3.0",
"@rollup/plugin-typescript": "^8.3.3",
"@types/argparse": "^2.0.10",
"@types/crc": "^3.4.0",
"@types/google-protobuf": "^3.15.5",
"@types/jasmine": "^3.7.8",
"@types/node": "^16.0.1",
"@types/react": "^17.0.14",
"@types/react-dom": "^17.0.9",
"argparse": "^2.0.1",
"base64-js": "^1.5.1",
"buffer": "^6.0.3",
"crc": "^4.1.1",
"debug": "^4.3.2",
"eslint": "^7.30.0",
"eslint-plugin-react": "^7.24.0",
"google-protobuf": "^3.17.3",
"grpc-tools": "^1.11.2",
"grpc-web": "^1.2.1",
"gts": "^3.1.0",
"http-server": "^13.0.2",
"install-peers": "^1.0.3",
"jasmine": "^3.8.0",
"jasmine-core": "^3.8.0",
"karma": "6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.1",
"karma-jasmine": "^4.0.1",
"karma-junit-reporter": "^2.0.1",
"karma-requirejs": "^1.1.0",
"karma-sourcemap-loader": "^0.3.8",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"requirejs": "^2.3.6",
"rimraf": "^3.0.2",
"rollup": "^2.52.8",
"rollup-plugin-dts": "^4.2.2",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-sourcemaps": "^0.6.3",
"rxjs": "^7.2.0",
"tmp": "0.2.1",
"ts-protoc-gen": "^0.15.0",
"tsc-watch": "^5.0.3",
"tslib": "^2.4.0",
"typescript": "^4.3.5"
},
"dependencies": {
"ansi_up": "^5.1.0",
"arg": "^5.0.2",
"html-react-parser": "^1.4.0",
"ts-node": "^10.8.1"
}
}