UNPKG

@evdy-consumer/project-content-types

Version:
40 lines (39 loc) 1.03 kB
{ "name": "@evdy-consumer/project-content-types", "version": "1.0.42", "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.35.2" }, "gitHead": "d59fc7f55233713417fd06f59751a089a8d9d151" }