-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 KB
/
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
39
40
41
42
43
44
45
46
47
{
"name": "@datocms/cma-client-node",
"version": "3.3.3",
"description": "NodeJS client for DatoCMS REST Content Management API",
"keywords": ["datocms", "client"],
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/js-rest-api-clients/tree/main/packages/cma-client-node#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"directories": {
"lib": "dist",
"test": "__tests__"
},
"files": ["dist", "src"],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datocms/js-rest-api-clients.git"
},
"dependencies": {
"@datocms/cma-client": "^3.3.3",
"@datocms/rest-client-utils": "^3.3.3",
"got": "^11.8.5",
"mime-types": "^2.1.35",
"tmp-promise": "^3.0.3"
},
"devDependencies": {
"@datocms/dashboard-client": "^3.3.3",
"@types/mime-types": "^2.1.1",
"@types/tmp": "^0.2.3",
"datocms-structured-text-utils": "^2.0.4",
"unist-builder": "^2.0.3",
"unist-util-map": "^2.0.1"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/js-rest-api-clients/issues"
},
"gitHead": "504a80c1a8c628acf6defc5c7ce9c58e777f9ecd"
}