xref: /aosp_15_r20/external/pigweed/package.json (revision 61c4878ac05f98d0ceed94b57d316916de578985)
1{
2  "name": "pigweedjs",
3  "version": "0.0.22",
4  "description": "An open source collection of embedded-targeted libraries",
5  "author": "The Pigweed Authors",
6  "license": "Apache-2.0",
7  "types": "./dist/types/ts/index.d.ts",
8  "exports": {
9    ".": "./dist/index.mjs",
10    "./protos": "./dist/protos/collection.umd.js",
11    "./protos/*": "./dist/protos/*",
12    "./logging": "./dist/logging.mjs"
13  },
14  "bin": {
15    "pw_protobuf_compiler": "./dist/bin/pw_protobuf_compiler.js"
16  },
17  "scripts": {
18    "prebuild": "rimraf dist && npm run build-protos",
19    "build-protos": "rollup -c rollup-protos.config.js && node dist/bin/build_default_protos.js",
20    "build": "npm run rollup",
21    "dev": "rollup -c -w",
22    "rollup": "rollup -c && npm run postbuild",
23    "postbuild": "rimraf dist/protos/types && chmod +x ./dist/bin/pw_protobuf_compiler.js",
24    "start": "tsc-watch --onSuccess \"rollup -c\"",
25    "check": "eslint . --ext .ts",
26    "fix": "eslint . --ext .ts --fix",
27    "test": "npm run build && jest --silent",
28    "jest": "jest"
29  },
30  "devDependencies": {
31    "@material-ui/core": "^4.12.1",
32    "@material-ui/lab": "^4.0.0-alpha.60",
33    "@rollup/plugin-commonjs": "^19.0.0",
34    "@rollup/plugin-node-resolve": "^13.3.0",
35    "@rollup/plugin-terser": "^0.4.4",
36    "@rollup/plugin-typescript": "^8.3.3",
37    "@types/crc": "^3.4.0",
38    "@types/google-protobuf": "^3.15.5",
39    "@types/jest": "^28.1.4",
40    "@types/node": "^22.8.4",
41    "@types/react": "^17.0.14",
42    "@types/react-dom": "^17.0.9",
43    "@typescript-eslint/eslint-plugin": "^5.59.7",
44    "ansi_up": "^5.1.0",
45    "arg": "^5.0.2",
46    "base64-js": "^1.5.1",
47    "debug": "^4.3.2",
48    "eslint": "^8.47.0",
49    "eslint-plugin-lit-a11y": "^4.1.0",
50    "html-react-parser": "^1.4.0",
51    "http-server": "^13.0.2",
52    "install-peers": "^1.0.3",
53    "jest-environment-jsdom": "^28.1.3",
54    "prettier": "^3.1.1",
55    "react": "^17.0.2",
56    "react-dom": "^17.0.2",
57    "requirejs": "^2.3.6",
58    "rimraf": "^3.0.2",
59    "rollup": "^2.52.8",
60    "rollup-plugin-node-builtins": "^2.1.2",
61    "rollup-plugin-node-globals": "^1.4.0",
62    "rollup-plugin-node-polyfills": "^0.2.1",
63    "rollup-plugin-sourcemaps": "^0.6.3",
64    "rxjs": "^7.2.0",
65    "tmp": "0.2.1",
66    "ts-jest": "^28.0.5",
67    "ts-node": "^10.8.1",
68    "tsc-watch": "^5.0.3",
69    "tslib": "^2.4.0",
70    "typescript": "^4.3.5",
71    "@codemirror/autocomplete": "^6.16.3",
72    "@codemirror/lang-python": "^6.1.6",
73    "@codemirror/state": "^6.4.1",
74    "@codemirror/theme-one-dark": "^6.1.2",
75    "@lit-labs/virtualizer": "^2.0.7",
76    "@material/web": "^1.5.0",
77    "@shoelace-style/shoelace": "^2.15.0",
78    "codemirror": "^6.0.1",
79    "lit": "^3.1.2",
80    "prettier-plugin-jsdoc": "^0.4.2",
81    "@open-wc/testing": "^3.0.0-next.5",
82    "@remcovaes/web-test-runner-vite-plugin": "^1.2.1",
83    "@types/mocha": "^10.0.6",
84    "@web/test-runner": "^0.18.0",
85    "@web/test-runner-commands": "^0.9.0",
86    "@web/test-runner-playwright": "^0.11.0",
87    "eslint-config-prettier": "^8.8.0",
88    "eslint-config-standard-with-typescript": "^34.0.1",
89    "eslint-plugin-import": "^2.26.0",
90    "eslint-plugin-lit": "^1.8.3",
91    "eslint-plugin-n": "^15.7.0",
92    "eslint-plugin-promise": "^6.1.1",
93    "sinon": "^17.0.1",
94    "vite": "^5.2.8",
95    "postcss": "^8.4.24",
96    "rollup-plugin-postcss": "^4.0.2"
97  },
98  "dependencies": {
99    "@protobuf-ts/protoc": "^2.7.0",
100    "buffer": "^6.0.3",
101    "google-protobuf": "^3.17.3",
102    "long": "^5.2.1",
103    "ts-protoc-gen": "^0.15.0"
104  },
105  "config": {
106    "protocVersion": "3.17.3"
107  },
108  "files": [
109    "dist",
110    "README.md"
111  ]
112}
113