UNPKG

@mikosramek/mnpg

Version:

MNPG is an Apollo wrapper library that interfaces with [prismic](prismic.io/). It stands for Miko's Neocities Prismic Grabber, as it was first used for my Neocities site, but has no affiliation with them other than in spirit.

29 lines (28 loc) 606 B
{ "name": "@mikosramek/mnpg", "version": "1.0.7", "description": "", "main": "dist/src/index.js", "scripts": { "test": "node ./tests/tester.ts", "start": "node ./src/index.ts" }, "keywords": [ "neocities" ], "author": "mikosramek", "license": "MIT", "devDependencies": { "@types/node": "^20.2.5", "dotenv": "^16.3.1", "typescript": "^5.0.4" }, "dependencies": { "apollo-cache-inmemory": "^1.6.6", "apollo-client": "^2.6.10", "apollo-link-prismic": "^1.1.1", "axios": "^1.4.0", "graphql-tag": "^2.12.6", "lodash.get": "^4.4.2" } }