File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff line change 33 "version" : " 8.6.0" ,
44 "description" : " Core functionality of CycloneDX for JavaScript (Node.js or WebBrowser)." ,
55 "license" : " Apache-2.0" ,
6+ "sideEffects" : false ,
67 "keywords" : [
78 " CycloneDX" ,
89 " models" ,
8384 "packageurl-js" : " ^2.0.1" ,
8485 "spdx-expression-parse" : " ^3.0.1 || ^4"
8586 },
86- "optionalDependencies " : {
87+ "peerDependencies " : {
8788 "ajv" : " ^8.12.0" ,
8889 "ajv-formats" : " ^3.0.1" ,
8990 "ajv-formats-draft2019" : " ^1.6.1" ,
9091 "libxmljs2" : " ^0.35||^0.37" ,
9192 "xmlbuilder2" : " ^3.0.2"
9293 },
94+ "peerDependenciesMeta" : {
95+ "ajv" : {
96+ "optional" : true
97+ },
98+ "ajv-formats" : {
99+ "optional" : true
100+ },
101+ "ajv-formats-draft2019" : {
102+ "optional" : true
103+ },
104+ "libxmljs2" : {
105+ "optional" : true
106+ },
107+ "xmlbuilder2" : {
108+ "optional" : true
109+ }
110+ },
93111 "devDependencies" : {
94112 "@types/mocha" : " ^10" ,
95113 "@types/node" : " ts5.7" ,
168186 "test" : " ./tests" ,
169187 "example" : " ./examples"
170188 },
189+ "files" : [
190+ " dist*/**" ,
191+ " res"
192+ ],
171193 "scripts" : {
172194 "dev-setup" : " npm i && run-p --aggregate-output -lc dev-setup:\\ *" ,
173195 "dev-setup:tools" : " run-p --aggregate-output -lc dev-setup:tools:\\ *" ,
You can’t perform that action at this time.
0 commit comments