-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 843 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
{
"name": "data-cite-fabrica",
"version": "1.1.5",
"description": "DataCite Fabrica is a service to manage DOI creation",
"main": "index.js",
"author": "Kristian Garza <kgarza@datacite.org>",
"scripts": {
"test": "mocha --recursive -t 10000"
},
"engines": {
"node": ">=v12",
"npm": ">=5.6.0"
},
"dependencies": {
"zapier-platform-core": "9.4.2"
},
"devDependencies": {
"eslint": "^7.21.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"mocha": "^5.2.0",
"should": "^13.2.0"
},
"private": true,
"zapier": {
"convertedByCLIVersion": "10.2.0"
},
"homepage": "https://github.com/kjgarza/datacite-zapier/#README.md",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/kjgarza/datacite-zapier.git"
}
}