1234567891011121314 |
- {
- "name": "@catallaxy/$foldername",
- "author": "Brandon Wong <wong.brandon@rcgt.com> (https://www.catallaxy.com/)",
- "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\""
- },
- "private": true
- }
|