@evdy-consumer/project-content-types
Version:
Content type definitions for the <project>
40 lines (39 loc) • 1.03 kB
JSON
{
"name": "@evdy-consumer/project-content-types",
"version": "1.0.33",
"description": "Content type definitions for the <project>",
"keywords": [
"cloudcms"
],
"homepage": "https://github.com/evdy-consumer/ma-cloudcms/tree/master/packages/ma-content-types#readme",
"license": "ISC",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/evdy-consumer/ma-cloudcms.git"
},
"scripts": {
"clean": "rimraf ./lib",
"graph": "core-content-types build-graph",
"deploy": "core-content-types deploy",
"prebuild": "yarn clean",
"build": "babel --root-mode upward src --out-dir lib",
"postbuild": "yarn graph"
},
"bugs": {
"url": "https://github.com/evdy-consumer/ma-cloudcms/issues"
},
"dependencies": {
"@evdy-consumer/core-content-types": "^3.30.0"
},
"gitHead": "5942cf4f9e2517a840d7c856a4fadb4608e946a1"
}