1+ {
2+ "name" : " @tbd54566975/common" ,
3+ "version" : " 0.1.0" ,
4+ "type" : " module" ,
5+ "main" : " ./dist/cjs/main.cjs" ,
6+ "module" : " ./dist/esm/main.mjs" ,
7+ "types" : " ./dist/types/main.d.ts" ,
8+ "scripts" : {
9+ "build" : " rimraf dist && node build/bundles.js && echo '{\" type\" : \" commonjs\" }' > ./dist/cjs/package.json && tsc" ,
10+ "lint" : " eslint . --ext .ts --max-warnings 0" ,
11+ "lint:fix" : " eslint . --ext .ts --fix" ,
12+ "test:node" : " rimraf __tests__ && tsc -p tsconfig.test.json && c8 mocha" ,
13+ "test:browser" : " karma start karma.conf.cjs"
14+ },
15+ "homepage" : " https://github.com/TBD54566975/web5-js/tree/main/packages/common#readme" ,
16+ "bugs" : " https://github.com/TBD54566975/web5-js/issues" ,
17+ "repository" : {
18+ "type" : " git" ,
19+ "url" : " git+https://github.com/TBD54566975/web5-js" ,
20+ "directory" : " packages/common"
21+ },
22+ "license" : " Apache-2.0" ,
23+ "contributors" : [
24+ {
25+ "name" : " Daniel Buchner" ,
26+ "url" : " https://github.com/csuwildcat"
27+ },
28+ {
29+ "name" : " Frank Hinek" ,
30+ "url" : " https://github.com/frankhinek"
31+ },
32+ {
33+ "name" : " Moe Jangda" ,
34+ "url" : " https://github.com/mistermoe"
35+ }
36+ ],
37+ "files" : [
38+ " dist" ,
39+ " src"
40+ ],
41+ "exports" : {
42+ "." : {
43+ "import" : " ./dist/esm/main.mjs" ,
44+ "require" : " ./dist/cjs/main.cjs" ,
45+ "types" : " ./dist/types/main.d.ts"
46+ },
47+ "./browser" : {
48+ "import" : " ./dist/browser.mjs" ,
49+ "require" : " ./dist/browser.js" ,
50+ "types" : " ./dist/types/main.d.ts"
51+ },
52+ "./electron" : {
53+ "import" : " ./dist/esm/main.mjs" ,
54+ "require" : " ./dist/electron/main.cjs" ,
55+ "types" : " ./dist/types/main.d.ts"
56+ }
57+ },
58+ "browser" : {
59+ "./dist/esm/main.mjs" : " ./dist/browser.mjs" ,
60+ "./dist/cjs/main.cjs" : " ./dist/browser.js" ,
61+ "types" : " ./dist/types/main.d.ts"
62+ },
63+ "keywords" : [
64+ " decentralized" ,
65+ " decentralized-applications" ,
66+ " decentralized-identity" ,
67+ " decentralized-web" ,
68+ " vcs" ,
69+ " verifiable credentials" ,
70+ " web5"
71+ ],
72+ "publishConfig" : {
73+ "access" : " public"
74+ },
75+ "engines" : {
76+ "node" : " >=18.0.0"
77+ },
78+ "dependencies" : {},
79+ "devDependencies" : {
80+ "@types/chai" : " 4.3.0" ,
81+ "@types/eslint" : " 8.37.0" ,
82+ "@types/mocha" : " 10.0.1" ,
83+ "@typescript-eslint/eslint-plugin" : " 5.59.0" ,
84+ "@typescript-eslint/parser" : " 5.59.0" ,
85+ "c8" : " 7.14.0" ,
86+ "chai" : " 4.3.7" ,
87+ "esbuild" : " 0.16.7" ,
88+ "eslint" : " 8.39.0" ,
89+ "eslint-plugin-mocha" : " 10.1.0" ,
90+ "karma" : " 6.4.1" ,
91+ "karma-chai" : " 0.1.0" ,
92+ "karma-chrome-launcher" : " 3.1.1" ,
93+ "karma-esbuild" : " 2.2.5" ,
94+ "karma-firefox-launcher" : " 2.1.2" ,
95+ "karma-mocha" : " 2.0.1" ,
96+ "karma-mocha-reporter" : " 2.2.5" ,
97+ "karma-webkit-launcher" : " 2.1.0" ,
98+ "mocha" : " 10.2.0" ,
99+ "node-stdlib-browser" : " 1.2.0" ,
100+ "playwright" : " 1.31.2" ,
101+ "rimraf" : " 4.4.0" ,
102+ "typescript" : " 5.0.4"
103+ },
104+ "overrides" : {
105+ "socket.io-parser@>4.0.4 <4.2.3" : " 4.2.3"
106+ }
107+ }
0 commit comments