{
    "author": "TypeScriptLibs and Contributors",
    "description": "TypeScript library for Apple CloudKit JS",
    "license": "MIT",
    "name": "tsl-apple-cloudkit",
    "version": "0.2.34",
    "main": "lib/index.js",
    "types": "lib/index.d.ts",
    "bugs": "https://github.com/typescriptlibs/tsl-apple-cloudkit/issues/new",
    "homepage": "https://typescriptlibs.org/",
    "repository": "https://github.com/typescriptlibs/tsl-apple-cloudkit.git",
    "devDependencies": {
        "@types/node": "~18.6.0",
        "@typescriptlibs/amd": "^1.3.1",
        "@typescriptlibs/svr": "^0.2.0",
        "typescript": "~3.9.10"
    },
    "engines": {
        "node": ">=16.0.0"
    },
    "files": [
        "client/tsl-apple-cloudkit.js",
        "lib/index.d.ts",
        "lib/install.js",
        "AUTHORS.md",
        "CHANGELOG.md",
        "LICENSE.md",
        "README.md"
    ],
    "keywords": [
        "Apple",
        "CloudKit",
        "TypeScript"
    ],
    "peerDependencies": {
        "typescript": ">=3.0.0"
    },
    "scripts": {
        "build": "./build.sh",
        "clean": "xargs rm -rf < .clean",
        "install": "node ./lib/install.js",
        "test": "./build.sh && ./test.sh",
        "test:ci": "./test.sh"
    }
}
