Files
appwrite/package.json
T
2025-12-02 23:33:21 +13:00

38 lines
1.1 KiB
JSON

{
"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": "playwright test tests/playwright/installer.spec.js",
"test:screenshots": "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.56.0"
}
}