-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 985 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "drcts",
"version": "0.1.7",
"description": "Directus Data Model CLI (drcts) to migrate schemas from one instance to an other.",
"main": "index.js",
"scripts": {
"postinstall": "golang-npm install",
"preuninstall": "golang-npm uninstall",
"test": "echo \"Error: no test specified\" && exit 1"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Piitschy/drcts.git"
},
"keywords": [
"directus",
"migration",
"cli"
],
"author": "Piitschy",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/Piitschy/drcts/issues"
},
"homepage": "https://github.com/Piitschy/drcts#readme",
"goBinary": {
"name": "drcts",
"path": "./bin",
"url": "https://github.com/Piitschy/drcts/releases/download/v{{version}}/drcts_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"dependencies": {
"golang-npm": "^0.0.6",
"go-npm": "^0.1.9"
}
}