| 12345678910111213141516 | {  "name": "@brwong/$foldername",  "author": "Brandon Wong <projects@brwong.net> (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}
 |