diff --git a/package.json b/package.json new file mode 100644 index 0000000..d327f4e --- /dev/null +++ b/package.json @@ -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" + } +}