Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jSchuetz88 authored Aug 5, 2024
1 parent ff62e3d commit ff2fb6c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
{
"name": "cx-dependency-management",
"version": "0.0.0",
"private": true,
"scripts": {

},
"dependencies": {

},
"devDependencies": {

},
"browserslist": {
"production": [
">0.5%",
"not dead",
"not op_mini all"
],
"development": [
"last 3 chrome version",
"last 3 firefox version",
"last 5 safari version"
]
},
"engines": {

}
}

0 comments on commit ff2fb6c

Please sign in to comment.