Skip to content

Commit

Permalink
Added package.json ⚡
Browse files Browse the repository at this point in the history
  • Loading branch information
MarketingPip authored Oct 7, 2024
1 parent fae5d05 commit 2b7d7bd
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "@MarketingPipeline/ctree",
"version": "1.0.0",
"description": "A JavaScript library to print a Christmas tree right from your terminal!",
"license": "MIT",
"main": "./dist/ctree.min.js",
"author": {
"name": "MarketingPipeline",
"url": "https://github.com/MarketingPipeline"
},
"repository": {
"type": "git",
"url": "https://github.com/MarketingPipeline/ctree.js.git"
},
"scripts": {
"build": "webpack --config ./src/webpack.config.js"
},
"devDependencies": {
"@babel/core": "^7.24.8",
"@babel/preset-env": "^7.24.8",
"babel-loader": "^9.1.3",
"terser-webpack-plugin": "^5.3.10",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}

0 comments on commit 2b7d7bd

Please sign in to comment.