@stackbit/types
Version:
Types for Stackbit config and Content Source Interface
32 lines (31 loc) • 805 B
JSON
{
"name": "@stackbit/types",
"version": "2.1.14",
"description": "Types for Stackbit config and Content Source Interface",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/src"
],
"scripts": {
"test": "jest",
"build": "tsc --build --clean && tsc --build",
"watch": "tsc --build --clean && tsc --build --watch --verbose",
"prettier": "prettier --write src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackbit/stackbit.git"
},
"keywords": [
"stackbit"
],
"author": "Stackbit Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/stackbit/stackbit/issues"
},
"homepage": "https://github.com/stackbit/stackbit#readme",
"gitHead": "4d9d310a05a5d7276fbdf0d54e2b3131622cc095"
}