tsl-apple-cloudkit
Version:
TypeScript library for Apple CloudKit JS
44 lines (43 loc) • 1.17 kB
JSON
{
"author": "TypeScriptLibs and Contributors",
"description": "TypeScript library for Apple CloudKit JS",
"license": "MIT",
"name": "tsl-apple-cloudkit",
"version": "0.2.33",
"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": "~16.0.3",
"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"
}
}