{
    "name": "jsite-data",
    "version": "2.3.1",
    "description": "Simple generic data class for extension",
    "main": "./dist/src/index.js",
    "scripts": {
        "clean": "tsc && node dist/src/clean",
        "build": "npm run clean && tsc",
        "test": "npm run build && mocha dist/src/test --reporter min",
        "git": "npm run test && npm run clean"
    },
    "devDependencies": {
        "@types/chai": "^4.2.12",
        "@types/mocha": "^8.0.3",
        "@types/node": "^14.6.2",
        "chai": "^4.2.0",
        "mocha": "^8.1.3"
    },
    "keywords": [
        "jsite",
        "jsite-data",
        "data",
        "generic",
        "object",
        "extendable",
        "extend",
        "validation",
        "validate"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/lukesrw/jsite-data.git"
    },
    "author": "Luke Wilson <lukesrw@gmail.com>",
    "license": "MIT",
    "homepage": "https://github.com/lukesrw/jsite-data",
    "dependencies": {}
}
