UNPKG

@stackbit/utils

Version:
47 lines (46 loc) 1.21 kB
{ "name": "@stackbit/utils", "version": "0.8.1", "description": "Stackbit utilities", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "test": "jest", "build": "tsc --build --clean && tsc --build", "watch": "tsc --build --clean && tsc --build --watch --verbose", "prettier": "prettier --write src" }, "repository": { "type": "git", "url": "git+https://github.com/stackbithq/utils.git" }, "keywords": [ "stackbit", "utilities" ], "author": "Stackbit Inc.", "license": "MIT", "bugs": { "url": "https://github.com/stackbithq/utils/issues" }, "homepage": "https://github.com/stackbithq/utils#readme", "dependencies": { "@iarna/toml": "^2.2.5", "@notionhq/client": "^2.2.15", "@stackbit/types": "2.1.14", "axios": "^1.7.7", "eventsource": "^2.0.2", "fs-extra": "^9.1.0", "js-yaml": "^4.0.0", "lodash": "^4.17.21", "notion-to-md": "^3.1.1", "strip-ansi": "^6.0.1" }, "devDependencies": { "@types/eventsource": "^1.1.15", "@types/fs-extra": "^9.0.8", "@types/js-yaml": "^4.0.0", "@types/lodash": "^4.14.168" }, "gitHead": "ea6512cb172c274f7bf39be153c6cea8a67840ea" }