@stackbit/annotations
Version:
Stackbit annotations utils
34 lines (33 loc) • 812 B
JSON
{
"name": "@stackbit/annotations",
"version": "0.1.101",
"description": "Stackbit annotations utils",
"keywords": [
"stackbit",
"annotations",
"field-path",
"object-id"
],
"author": "Stackbit Inc.",
"homepage": "https://github.com/stackbit/stackbit/tree/master/packages/annotations#readme",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist",
"/src"
],
"scripts": {
"test": "jest",
"build": "tsc --build --clean && tsc --build",
"prettier": "prettier --write src __tests__"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stackbit/stackbit.git"
},
"bugs": {
"url": "https://github.com/stackbit/stackbit/issues"
},
"gitHead": "549c07f88e0843e4caa56c1d03e963add087dc86"
}