forked from directus/v8-archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 662 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 662 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@directus/api",
"private": true,
"version": "2.0.0-rc.3",
"description": "This API is currently under development for the next major [Directus](https://github.com/directus/directus) version.",
"main": "index.js",
"repository": "directus/api",
"keywords": [
"directus",
"api"
],
"scripts": {
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs"
},
"author": "Welling Guzman <welling@rngr.org>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/directus/api/issues"
},
"homepage": "https://github.com/directus/api#readme",
"devDependencies": {
"vuepress": "^0.7.1"
}
}