-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
29 lines (29 loc) · 830 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
{
"name": "contentful-ts-type-generator",
"version": "0.6.3",
"description": "Typescript type declaration file generator from Contentful models",
"main": "generateContentfulTypes.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": "git+https://github.com/arimkevi/contentful-ts-type-generator.git",
"keywords": [
"contentful",
"typescript",
"definition"
],
"author": "Artur Rimkevitch",
"license": "MIT",
"bugs": {
"url": "https://github.com/arimkevi/contentful-ts-type-generator/issues"
},
"homepage": "https://github.com/arimkevi/contentful-ts-type-generator#readme",
"dependencies": {
"commander": "8.1.0",
"contentful": "8.5.3",
"rx": "4.1.0"
},
"bin": {
"generateContentfulTypes": "./generateContentfulTypes.js"
}
}