UNPKG

@frontity/source

Version:

Types for the Frontity source namespace

27 lines (26 loc) 641 B
{ "name": "@frontity/source", "version": "1.5.2", "description": "Types for the Frontity source namespace", "main": "src/index.ts", "keywords": [ "frontity", "frontity-source" ], "homepage": "https://frontity.org", "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/frontity/frontity.git" }, "bugs": { "url": "https://community.frontity.org" }, "scripts": { "test:ci": "../../node_modules/.bin/jest --ci", "test": "../../node_modules/.bin/jest --clearCache && ../../node_modules/.bin/jest --watch" }, "dependencies": { "frontity": "^1.17.0" } }