UNPKG

datoit-generate-model

Version:

Generate a model for a Datoit API.

50 lines (49 loc) 1.03 kB
{ "name": "datoit-generate-model", "version": "0.0.2", "description": "Generate a model for a Datoit API.", "homepage": "https://datoit.com", "keywords": [ "generate", "generator", "model", "datoit" ], "main": "./lib/index.js", "directories": { "lib": "./lib" }, "dependencies": { "lodash": "4.17.21", "pluralize": "^8.0.0", "datoit-utils": "0.0.2" }, "scripts": { "test": "echo \"no tests yet\"" }, "author": { "email": "win@datoit.com", "name": "Datoit team", "url": "https://datoit.com" }, "maintainers": [ { "email": "win@datoit.com", "name": "Datoit team", "url": "https://datoit.com" } ], "repository": { "type": "git", "url": "git://github.com/datoit/datoit.git" }, "bugs": { "url": "https://github.com/datoit/datoit/issues" }, "engines": { "node": ">=10.16.0 <=14.x.x", "npm": ">=6.0.0" }, "license": "SEE LICENSE IN LICENSE", "gitHead": "231263a3535658bab1e9492c6aaaed8692d62a53" }