UNPKG

strapi-utils

Version:

Shared utilities for the Strapi packages

52 lines 1.04 kB
{ "name": "strapi-utils", "version": "3.0.0-alpha.14.1.1", "description": "Shared utilities for the Strapi packages", "homepage": "http://strapi.io", "keywords": [ "knex", "strapi", "utilities", "utils", "winston" ], "directories": { "lib": "./lib" }, "main": "./lib", "scripts": { "test": "echo \"Error: no test specified yet!\"" }, "dependencies": { "commander": "^2.11.0", "joi-json": "^2.0.1", "knex": "^0.13.0", "lodash": "^4.17.5", "pino": "^4.7.1", "shelljs": "^0.7.7" }, "author": { "email": "hi@strapi.io", "name": "Strapi team", "url": "http://strapi.io" }, "maintainers": [ { "name": "Strapi team", "email": "hi@strapi.io", "url": "http://strapi.io" } ], "repository": { "type": "git", "url": "git://github.com/strapi/strapi.git" }, "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "engines": { "node": ">= 9.0.0", "npm": ">= 5.3.0" }, "license": "MIT" }