package.json 442 B

123456789101112131415
  1. {
  2. "name": "@catallaxy/$foldername",
  3. "author": "Brandon Wong <wong.brandon@rcgt.com> (https://catallaxy.rcgt.com/)",
  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. }