{ "private": true, "name": "@appwrite.io/repo", "repository": { "type": "git", "url": "git+https://github.com/appwrite/appwrite.git" }, "files": [ "docs/examples", "app/config/specs" ], "version": "1.0.0", "description": "> We just announced Timestamp Overrides for Appwrite Databases - [Learn more](https://appwrite.io/blog/post/announcing-timestamp-overrides)", "main": "index.js", "directories": { "doc": "docs", "test": "tests" }, "scripts": { "test": "playwright test", "test:installer": "TEST_MODE=install playwright test tests/playwright/installer.spec.js", "test:installer:upgrade": "TEST_MODE=upgrade playwright test tests/playwright/installer.spec.js", "test:screenshots": "playwright test tests/playwright/installer-screenshots.spec.js --project=chromium", "test:screenshots:upgrade": "TEST_MODE=upgrade playwright test tests/playwright/installer-screenshots.spec.js --project=chromium", "test:headed": "playwright test --headed", "test:ui": "playwright test --ui" }, "keywords": [], "author": "", "license": "ISC", "type": "commonjs", "bugs": { "url": "https://github.com/appwrite/appwrite/issues" }, "homepage": "https://github.com/appwrite/appwrite#readme", "devDependencies": { "@playwright/test": "^1.58.0" } }