package.json 433 B

123456789101112131415
  1. {
  2. "name": "@brwong/$foldername",
  3. "author": "Brandon Wong <projects@brwong.net> (https://www.brwong.net/)",
  4. "version": "0.1.0",
  5. "main": "index.js",
  6. "scripts": {
  7. "test": "node test/index.js",
  8. "watch": "webpack -d --display-error-details --progress --watch",
  9. "serve": "http-server -a 127.0.0.1",
  10. "testwatch": "nodemon --watch src --watch test --exec \"npm test\""
  11. },
  12. "description": "",
  13. "private": true
  14. }