UNPKG

851 BJSONView Raw
1{
2 "name": "@hubspot/cms-lib",
3 "version": "1.0.10",
4 "description": "Library for working with the HubSpot CMS",
5 "license": "Apache-2.0",
6 "main": "index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/HubSpot/hubspot-cms-tools"
10 },
11 "dependencies": {
12 "chalk": "^2.4.2",
13 "chokidar": "^3.0.1",
14 "content-disposition": "^0.5.3",
15 "debounce": "^1.2.0",
16 "extract-zip": "^1.6.7",
17 "findup-sync": "^3.0.0",
18 "fs-extra": "^8.1.0",
19 "ignore": "^5.1.4",
20 "js-yaml": "^3.12.2",
21 "moment": "^2.24.0",
22 "p-queue": "^6.0.2",
23 "prettier": "^1.19.1",
24 "request": "^2.87.0",
25 "request-promise-native": "^1.0.7",
26 "unixify": "1.0.0"
27 },
28 "engines": {
29 "node": ">=8.9.1"
30 },
31 "publishConfig": {
32 "access": "public"
33 },
34 "gitHead": "48b77d1f11fc11e1d34744a1836c53ce5040121d"
35}