{
    "name": "lib-for-browser",
    "version": "1.0.0",
    "description": "my basic project folder structure.",
    "main": "./src/index.js",
    "directories": {
        "test": "test"
    },
    "scripts": {
        "lint": "toolbox lint",
        "test": "istanbul cover ./node_modules/mocha/bin/_mocha",
        "build": "toolbox build node-lib",
        "dev": "toolbox develop node-lib",
        "ci": "npm run lint && npm run build && npm run test"
    },
    "repository": {
        "type": "git",
        "url": "github.com/kamilic/demo"
    },
    "author": "kamilic",
    "license": "MIT",
    "devDependencies": {
        "mocha": "^5.2.0"
    }
}
