create-yodata-context
Version:
creates a new context project
46 lines (45 loc) • 961 B
JSON
{
"name": "create-yodata-context",
"version": "2.0.4",
"description": "creates a new context project",
"author": "yodaveduran <dave@yodata.io> (https://yodata.io/)",
"homepage": "https://github.com/Yodata/yodata/tree/master/packages/create-yodata-context",
"license": "MIT",
"keywords": [
"yodata",
"real",
"estate"
],
"main": "lib/create-yodata-context.js",
"bin": {
"create-yodata-context": "node_modules/.bin/generate-project"
},
"scripts": {
"try": "npx create-yodata-context"
},
"engines": {
"node": ">=6"
},
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Yodata/yodata.git"
},
"bugs": {
"url": "https://github.com/Yodata/yodata/issues"
},
"dependencies": {
"@yodata/context-sdk": "^2.0.4",
"chalk": "^3.0.0"
},
"gitHead": "0e6d7172aee5bda442ed0998d073c89b67aca2ca"
}