mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
28 lines
693 B
JSON
28 lines
693 B
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"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"type": "commonjs",
|
|
"bugs": {
|
|
"url": "https://github.com/appwrite/appwrite/issues"
|
|
},
|
|
"homepage": "https://github.com/appwrite/appwrite#readme"
|
|
}
|