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