{ "name": "make8bitart.com", "version": "2.1.0", "description": "a fun free in-browser pixel art tool for you!", "scripts": { "build": "grunt", "start": "npm run open", "open": "http-server build -o" }, "dependencies": { "http-server": "^14.1.1", "grunt": "^1.6.1", "grunt-contrib-concat": "^2.1.0", "grunt-contrib-cssmin": "^5.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-uglify": "^5.2.2", "grunt-contrib-copy": "^1.0.0" }, "engines": { "node": "18.x" } }