{
    "name": "@awhere/interfaces",
    "version": "0.3.1",
    "description": "The awesome aWhere JavaScript interfaces.",
    "scripts": {
        "test": "mocha -r ts-node/register -r tsconfig-paths/register \"src/**/*.test.ts\"",
        "test:single": "mocha -r ts-node/register -r tsconfig-paths/register \"$1\"",
        "prebuild": "rimraf dist && cpy README.md package.json dist",
        "build": "tsc",
        "build:schema": "typescript-json-schema --topRef --aliasRefs --required tsconfig.test.json \"*\"",
        "release": "npm run build && npm publish ./dist --tag latest"
    },
    "repository": {
        "type": "git",
        "url": "https://gitlab.mapboss.co.th/awhere/interfaces.git"
    },
    "keywords": [
        "awhere",
        "interface",
        "js",
        "javascript",
        "typescript",
        "ts"
    ],
    "author": "aWhere Team",
    "license": "Apache-2.0",
    "devDependencies": {
        "@types/chai": "4.2.0",
        "@types/mocha": "5.2.7",
        "@types/node": "^12.12.35",
        "chai": "4.2.0",
        "cpy-cli": "^4.2.0",
        "mocha": "^10.1.0",
        "prettier": "1.19.1",
        "rimraf": "3.0.0",
        "ts-node": "8.3.0",
        "tsconfig-paths": "3.8.0",
        "tslib": "1.10.0",
        "tslint": "5.20.1",
        "tslint-config-prettier": "1.18.0",
        "tslint-plugin-prettier": "2.1.0",
        "typescript": "3.7.5",
        "typescript-json-schema": "^0.42.0"
    },
    "publishConfig": {
        "access": "public"
    },
    "engines": {
        "node": ">=10.0.0"
    }
}
