-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
40 lines (40 loc) · 1.12 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
{
"name": "@datocms/rest-api-events",
"version": "3.3.3",
"description": "Utilities to receive real-time events from DatoCMS REST APIs",
"keywords": ["datocms", "client"],
"author": "Stefano Verna <s.verna@datocms.com>",
"homepage": "https://github.com/datocms/js-rest-api-clients/tree/main/packages/rest-api-events#readme",
"license": "MIT",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/types/index.d.ts",
"sideEffects": false,
"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"
},
"scripts": {
"build": "tsc && tsc --project ./tsconfig.esnext.json",
"prebuild": "rimraf dist"
},
"bugs": {
"url": "https://github.com/datocms/js-rest-api-clients/issues"
},
"dependencies": {
"pusher-js": "^7.0.6"
},
"devDependencies": {
"@datocms/cma-client": "^3.3.3",
"@datocms/dashboard-client": "^3.3.3"
},
"gitHead": "504a80c1a8c628acf6defc5c7ce9c58e777f9ecd"
}