@corejam/base
Version:
A scaffolding for building progressive GraphQL powered jamstack applications
71 lines (70 loc) • 1.69 kB
JSON
{
"name": "@corejam/base",
"version": "0.0.14",
"homepage": "https://corejam.io/",
"description": "A scaffolding for building progressive GraphQL powered jamstack applications",
"bugs": {
"url": "https://github.com/corejam/corejam/issues"
},
"keywords": [
"serverless",
"stenciljs",
"stencil-components",
"graphql",
"graqhql-server",
"jamstack",
"pwa",
"ssr",
"ssg",
"typescript",
"web-components",
"static-site-generator"
],
"main": "dist/index.js",
"module": "dist/esm/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist",
"utils"
],
"repository": {
"url": "Corejam/Corejam",
"directory": "packages/base"
},
"scripts": {
"dev": "tsc -p tsconfig.json -w",
"build": "tsc -p tsconfig.json && tsc -p tsconfig-cjs.json",
"test": "jest --verbose --config=./jest.config.js",
"clean": "rimraf dist",
"precommit": "lint-staged",
"prepublish": "yarn clean && yarn build"
},
"devDependencies": {
"@types/faker": "5.1.5",
"@types/node": "14.14.25",
"apollo-server-testing": "2.19.1",
"dotenv": "8.2.0",
"jest": "26.6.3",
"jest-date-mock": "1.0.8",
"lint-staged": "10.5.4",
"ts-jest": "26.4.4",
"ts-sinon": "2.0.1",
"tslib": "2.1.0",
"typescript": "4.1.3"
},
"dependencies": {
"apollo-cache-inmemory": "1.6.6",
"apollo-server-caching": "0.5.2",
"apollo-server-micro": "2.19.2",
"faker": "5.1.0",
"faunadb": "4.0.0",
"graphql": "15.4.0"
},
"lint-staged": {
"src/**/*.ts": [
"prettier --write"
]
},
"gitHead": "60d202dfc65c1fb51548f0e10d43a3ad9c9cceb8"
}