UNPKG

824 BJSONView Raw
1{
2 "name": "@hubspot/cms-lib",
3 "version": "1.0.7",
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 "extract-zip": "^1.6.7",
16 "findup-sync": "^3.0.0",
17 "fs-extra": "^8.1.0",
18 "ignore": "^5.1.4",
19 "js-yaml": "^3.12.2",
20 "moment": "^2.24.0",
21 "p-queue": "^6.0.2",
22 "prettier": "^1.19.1",
23 "request": "^2.87.0",
24 "request-promise-native": "^1.0.7",
25 "unixify": "1.0.0"
26 },
27 "engines": {
28 "node": ">=8.9.1"
29 },
30 "publishConfig": {
31 "access": "public"
32 },
33 "gitHead": "376fb9ed7d084923b36d780c7b791f31e8d9dd17"
34}