{ "name": "@brwong/$foldername", "author": "Brandon Wong (https://www.brwong.net/)", "version": "0.1.0", "main": "build/main.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel src --out-dir build && webpack build/main.js build/bundle.js", "watch": "nodemon --watch src --exec \"npm run compile\"" }, "directories": { "test": "test" }, "private": true }