UNPKG

@stackbit/sdk

Version:
62 lines (61 loc) 1.5 kB
{ "name": "@stackbit/sdk", "version": "2.1.18", "description": "Stackbit SDK", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "/dist", "/src" ], "scripts": { "test": "jest", "build": "tsc --build --clean && tsc --build", "watch": "tsc --build --clean && tsc --build --watch --verbose", "prettier": "prettier --write src \"__tests__/**/*.js\"" }, "repository": { "type": "git", "url": "git+https://github.com/stackbit/stackbit-sdk.git" }, "keywords": [ "stackbit", "sdk", "jamstack", "ssg", "cms", "headless-cms", "schema" ], "author": "Stackbit Inc.", "license": "MIT", "bugs": { "url": "https://github.com/stackbit/stackbit-sdk/issues" }, "homepage": "https://github.com/stackbit/stackbit-sdk#readme", "dependencies": { "@octokit/rest": "^18.3.5", "@stackbit/types": "2.1.14", "@stackbit/utils": "0.8.1", "acorn": "^8.2.4", "chokidar": "^3.5.3", "esbuild": "^0.19.12", "fs-extra": "^9.1.0", "joi": "^17.4.0", "js-yaml": "^4.0.0", "lodash": "^4.17.20", "micromatch": "^4.0.2", "moment": "^2.29.1", "semver": "^7.3.5" }, "devDependencies": { "@types/estree": "0.0.47", "@types/fs-extra": "^9.0.7", "@types/js-yaml": "^4.0.0", "@types/lodash": "^4.14.168", "@types/micromatch": "^4.0.1", "@types/semver": "^7.3.4", "@types/yargs": "^16.0.0" }, "gitHead": "ea6512cb172c274f7bf39be153c6cea8a67840ea" }