| { |
| "name": "pigweedjs", |
| "version": "0.0.22", |
| "description": "An open source collection of embedded-targeted libraries", |
| "author": "The Pigweed Authors", |
| "license": "Apache-2.0", |
| "types": "./dist/types/ts/index.d.ts", |
| "exports": { |
| ".": "./dist/index.mjs", |
| "./protos": "./dist/protos/collection.umd.js", |
| "./protos/*": "./dist/protos/*", |
| "./logging": "./dist/logging.mjs" |
| }, |
| "bin": { |
| "pw_protobuf_compiler": "./dist/bin/pw_protobuf_compiler.js" |
| }, |
| "scripts": { |
| "prebuild": "rimraf dist && npm run build-protos", |
| "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js", |
| "build": "npm run rollup", |
| "dev": "rollup -c -w", |
| "generate-pnpm-lockfile": "npx pnpm@11 install --lockfile-only", |
| "rollup": "rollup -c && npm run postbuild", |
| "postbuild": "rimraf dist/protos/types && chmod +x ./dist/bin/pw_protobuf_compiler.js", |
| "start": "tsc-watch --onSuccess \"rollup -c\"", |
| "check": "eslint . --ext .ts", |
| "fix": "eslint . --ext .ts --fix", |
| "test": "npm run build && jest --silent", |
| "jest": "jest" |
| }, |
| "pnpm": { |
| "onlyBuiltDependencies": [ |
| "protoc-gen-js" |
| ] |
| }, |
| "devDependencies": { |
| "@codemirror/autocomplete": "^6.20.3", |
| "@codemirror/lang-python": "^6.2.1", |
| "@codemirror/state": "^6.7.1", |
| "@codemirror/theme-one-dark": "^6.1.3", |
| "@lit-labs/virtualizer": "^2.1.1", |
| "@material-ui/core": "^4.12.4", |
| "@material-ui/lab": "4.0.0-alpha.61", |
| "@material/web": "^1.5.1", |
| "@open-wc/testing": "^3.2.2", |
| "@remcovaes/web-test-runner-vite-plugin": "^1.4.1", |
| "@rollup/plugin-commonjs": "^19.0.2", |
| "@rollup/plugin-node-resolve": "^13.3.0", |
| "@rollup/plugin-terser": "^0.4.4", |
| "@rollup/plugin-typescript": "^8.5.0", |
| "@shoelace-style/shoelace": "^2.20.1", |
| "@types/crc": "^3.8.3", |
| "@types/google-protobuf": "^3.15.12", |
| "@types/jest": "^28.1.8", |
| "@types/mocha": "^10.0.10", |
| "@types/node": "^22.20.1", |
| "@types/papaparse": "^5.5.2", |
| "@types/react": "^17.0.93", |
| "@types/react-dom": "^17.0.26", |
| "@typescript-eslint/eslint-plugin": "^5.62.0", |
| "@web/test-runner": "^0.18.3", |
| "@web/test-runner-commands": "^0.9.0", |
| "@web/test-runner-playwright": "^0.11.1", |
| "ansi_up": "^5.2.1", |
| "arg": "^5.0.2", |
| "base64-js": "^1.5.1", |
| "codemirror": "^6.0.2", |
| "debug": "^4.4.3", |
| "eslint": "^8.57.1", |
| "eslint-config-prettier": "^8.10.2", |
| "eslint-config-standard-with-typescript": "^34.0.1", |
| "eslint-plugin-import": "^2.32.0", |
| "eslint-plugin-lit": "^1.15.0", |
| "eslint-plugin-lit-a11y": "^4.1.4", |
| "eslint-plugin-n": "^15.7.0", |
| "eslint-plugin-promise": "^6.6.0", |
| "html-react-parser": "^1.4.14", |
| "http-server": "^13.1.0", |
| "install-peers": "^1.0.4", |
| "jest-environment-jsdom": "^28.1.3", |
| "jsonc-parser": "^3.3.1", |
| "lit": "^3.3.3", |
| "postcss": "^8.5.23", |
| "prettier": "^3.9.6", |
| "prettier-plugin-jsdoc": "^0.4.2", |
| "protoc-gen-js": "3.21.3", |
| "react": "^17.0.2", |
| "react-dom": "^17.0.2", |
| "requirejs": "^2.3.8", |
| "rimraf": "^3.0.2", |
| "rollup": "^2.80.0", |
| "rollup-plugin-node-builtins": "^2.1.2", |
| "rollup-plugin-node-globals": "^1.4.0", |
| "rollup-plugin-node-polyfills": "^0.2.1", |
| "rollup-plugin-postcss": "^4.0.2", |
| "rollup-plugin-sourcemaps": "^0.6.3", |
| "rxjs": "^7.8.2", |
| "sinon": "^17.0.2", |
| "tmp": "0.2.7", |
| "ts-jest": "^28.0.8", |
| "ts-node": "^10.9.2", |
| "tsc-watch": "^5.0.3", |
| "tslib": "^2.8.1", |
| "typescript": "^4.9.5", |
| "vite": "^5.4.21" |
| }, |
| "dependencies": { |
| "@protobuf-ts/protoc": "^2.11.1", |
| "buffer": "^6.0.3", |
| "google-protobuf": "^3.21.4", |
| "long": "^5.3.2", |
| "papaparse": "^5.5.4", |
| "ts-protoc-gen": "^0.15.0" |
| }, |
| "config": { |
| "protocVersion": "28.2" |
| }, |
| "files": [ |
| "dist", |
| "README.md" |
| ] |
| } |