UNPKG

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