contentfully
Version:
A simple but performant REST client for Contentful.
49 lines (48 loc) • 1.34 kB
JSON
{
"name": "contentfully",
"version": "3.0.7",
"description": "A simple but performant REST client for Contentful.",
"keywords": [
"contentful",
"javascript",
"react-native"
],
"author": "Simeon de Dios <simeon@nascentdigital.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/nascentdigital/contentfully.git"
},
"bugs": {
"url": "https://github.com/nascentdigital/contentfully/issues"
},
"homepage": "https://github.com/nascentdigital/contentfully#readme",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "jest",
"dev": "tsc -w"
},
"dependencies": {
"contentful": "^10.12.3",
"contentful-management": "^11.27.3",
"lodash": "^4.17.21",
"@types/json-patch": "^0.0.33"
},
"devDependencies": {
"@contentful/rich-text-types": "^16.5.2",
"@jest/test-sequencer": "^29.7.0",
"@types/jest": "^29.5.12",
"@types/lodash": "^4.17.5",
"jest": "^29.7.0",
"ts-jest": "^29.1.5",
"type-fest": "^4.20.1",
"typescript": "^5.5.2"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie > 0"
]
}