contentful-batch-libs
Version:
Library modules used by contentful batch utility CLI tools.
78 lines (77 loc) • 2.16 kB
JSON
{
"name": "contentful-batch-libs",
"version": "10.1.1",
"description": "Library modules used by contentful batch utility CLI tools.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"engines": {
"node": ">=18"
},
"scripts": {
"build": "npm run clean && tsc",
"build:watch": "tsc --watch",
"clean": "rimraf dist && rimraf coverage",
"lint": "eslint lib test/* test",
"pretest": "npm run lint",
"test": "jest",
"test:debug": "node --inspect-brk ./node_modules/.bin/jest --runInBand --watch",
"test:watch": "npm run test -- --watch",
"semantic-release": "semantic-release",
"prepublishOnly": "npm run build",
"postpublish": "npm run clean",
"precommit": "npm run lint",
"prepush": "npm run test"
},
"dependencies": {
"date-fns": "^2.28.0",
"figures": "3.2.0",
"https-proxy-agent": "^7.0.2",
"uuid": "^9.0.1"
},
"devDependencies": {
"@types/jest": "^29.5.6",
"@types/node": "^20.8.4",
"@types/uuid": "^9.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"contentful": "^10.6.1",
"contentful-management": "^11.1.1",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"husky": "8.0.3",
"jest": "^29.7.0",
"listr2": "^7.0.1",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.5",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"files": [
"dist",
"test"
],
"repository": {
"type": "git",
"url": "https://github.com/contentful/contentful-batch-libs.git"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"contentful",
"batch"
],
"author": "Contentful <opensource@contentful.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/contentful/contentful-batch-libs/issues"
},
"homepage": "https://github.com/contentful/contentful-batch-libs#readme"
}