summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 20 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..57a18c8
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "relabi",
+ "version": "1.0.0",
+ "description": "relabi generator",
+ "main": "src/index.js",
+ "author": "jules <jules@asdf.us>",
+ "license": "UNLICENSED",
+ "private": true,
+ "scripts": {
+ "dev": "npx webpack serve --mode production",
+ "build": "npx webpack build --mode production"
+ },
+ "dependencies": {
+ "webpack": "^5.82.0",
+ "webpack-cli": "^5.1.0"
+ },
+ "devDependencies": {
+ "webpack-dev-server": "^4.15.0"
+ }
+}