{
    "name": "@fibjs/enforce",
    "version": "0.2.0",
    "description": "",
    "main": "lib/index.js",
    "types": "typings/index.d.ts",
    "repository": "git://github.com/fibjs-modules/enforce.git",
    "author": "richardo2016@gmail.com",
    "homepage": "https://github.com/fibjs-modules/enforce",
    "license": "MIT",
    "keywords": [
        "enforce"
    ],
    "scripts": {
        "build": "ftsc src/* --outDir lib",
        "test": "fibjs test/run.js",
        "ci": "npm run build && npm run test",
        "prepublishOnly": "npm run build"
    },
    "devDependencies": {
        "@fibjs/ci": "^2.1.0",
        "@fibjs/types": "^0.30.0",
        "fib-typify": "^0.8.5"
    },
    "ci": {
        "type": "travis, appveyor",
        "version": [
            "0.28.0",
            "0.29.0",
            "0.30.0",
            "0.31.0"
        ]
    }
}
