{ "name": "upnet", "version": "1.0.0", "description": "yet another todo list", "main": "index.jsx", "dependencies": { "axios": "^0.21.1", "esbuild": "^0.8.49", "moment": "^2.29.1", "preact": "^10.5.12", "strftime": "^0.10.0" }, "devDependencies": {}, "scripts": { "test": "echo \"Error: testing is disallowed\" && exit 1", "build": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist", "release": "esbuild index.jsx style.css twemoji-awesome.css --loader:.ttf=file --bundle --minify --outdir=dist && cp index.html dist/", "watch": "esbuild index.jsx --sourcemap=inline --bundle --outdir=dist --watch" }, "author": "syn", "license": "MIT" }