UNPKG

@frontity/wp-source

Version:

A Frontity source package for the REST API of self-hosted and WordPress.com sites

36 lines (35 loc) 990 B
{ "name": "@frontity/wp-source", "version": "1.11.7", "description": "A Frontity source package for the REST API of self-hosted and WordPress.com sites", "homepage": "https://github.com/frontity/frontity", "license": "Apache-2.0", "keywords": [ "frontity", "frontity-source" ], "repository": { "type": "git", "url": "https://github.com/frontity/frontity.git" }, "scripts": { "test:ci": "../../node_modules/.bin/jest --ci", "test": "../../node_modules/.bin/jest --watch", "test:inspect": "node --inspect ../../node_modules/jest/bin/jest.js --watch --no-cache --runInBand" }, "bugs": { "url": "https://github.com/frontity/frontity/issues" }, "dependencies": { "@frontity/source": "^1.5.1", "frontity": "^1.17.1", "normalizr": "^3.3.0", "path-to-regexp": "^3.0.0", "query-string": "^6.8.3" }, "devDependencies": { "@frontity/connect": "^1.3.0", "clone-deep": "^4.0.1", "node-fetch": "2.6.2" } }