{ "name": "bechunked", "version": "0.0.0", "description": "testing canvas stuff", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "serve": "node ./serve.js", "build": "webpack -p", "watch": "webpack -w --mode=development" }, "keywords": [], "private": true, "author": "Evert \"Diamond\" Prants ", "license": "MIT", "devDependencies": { "@babel/core": "^7.1.6", "@babel/plugin-transform-runtime": "^7.1.0", "@babel/preset-env": "^7.1.6", "babel-loader": "^8.0.4", "copy-webpack-plugin": "^5.0.4", "express": "^4.16.4", "html-webpack-plugin": "^3.2.0", "standard": "^12.0.1", "webpack": "^4.26.0", "webpack-command": "^0.4.2" }, "dependencies": { "@babel/runtime": "^7.1.5", "simplex-noise": "^2.4.0" } }