{ "name": "@brwong/$foldername", "author": "Brandon Wong (https://www.brwong.net/)", "version": "0.1.0", "main": "index.js", "scripts": { "test": "node test/index.js", "watch": "webpack -d --display-error-details --progress --watch", "serve": "http-server -a 127.0.0.1", "testwatch": "nodemon --watch src --watch test --exec \"npm test\"" }, "description": "", "private": true }