11{
2- "name" : " @finos/fdc3-commonjs" ,
3- "version" : " 2.2.0" ,
4- "author" : " Fintech Open Source Foundation (FINOS)" ,
5- "homepage" : " https://fdc3.finos.org" ,
6- "repository" : {
7- "type" : " git" ,
8- "url" : " git+https://github.com/finos/FDC3.git"
9- },
10- "publishConfig" : {
11- "tag" : " latest"
12- },
13- "exports" : {
14- "require" : " ./dist/index.cjs"
15- },
16- "license" : " Apache-2.0" ,
17- "files" : [
18- " dist"
19- ],
20- "scripts" : {
21- "clean" : " npx rimraf dist" ,
22- "build" : " npx rollup -c rollup.config.mjs"
23- },
24- "dependencies" : {
25- "@finos/fdc3" : " 2.2.0"
26- },
27- "devDependencies" : {
28- "@rollup/plugin-commonjs" : " ^28.0.1" ,
29- "@rollup/plugin-json" : " ^6.1.0" ,
30- "@rollup/plugin-node-resolve" : " ^15.3.0" ,
31- "@rollup/plugin-typescript" : " ^12.1.1" ,
32- "rollup" : " ^4.27.4"
33- }
34- }
2+ "name" : " @finos/fdc3-commonjs" ,
3+ "version" : " 2.2.0" ,
4+ "author" : " Fintech Open Source Foundation (FINOS)" ,
5+ "homepage" : " https://fdc3.finos.org" ,
6+ "repository" : {
7+ "type" : " git" ,
8+ "url" : " git+https://github.com/finos/FDC3.git"
9+ },
10+ "publishConfig" : {
11+ "tag" : " latest"
12+ },
13+ "main" : " ./dist/index.cjs" ,
14+ "types" : " ./dist/index.d.ts" ,
15+ "exports" : {
16+ "types" : " ./dist/index.d.ts" ,
17+ "require" : " ./dist/index.cjs" ,
18+ "import" : " ./dist/index.cjs"
19+ },
20+ "license" : " Apache-2.0" ,
21+ "files" : [
22+ " dist"
23+ ],
24+ "scripts" : {
25+ "clean" : " npx rimraf dist .rollup.cache" ,
26+ "build" : " npx rollup -c rollup.config.mjs"
27+ },
28+ "dependencies" : {
29+ "@finos/fdc3" : " 2.2.0"
30+ },
31+ "devDependencies" : {
32+ "@rollup/plugin-commonjs" : " ^28.0.1" ,
33+ "@rollup/plugin-json" : " ^6.1.0" ,
34+ "@rollup/plugin-node-resolve" : " ^15.3.0" ,
35+ "@rollup/plugin-typescript" : " ^12.1.1" ,
36+ "rollup" : " ^4.27.4"
37+ }
38+ }
0 commit comments