mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
48 lines
936 B
JSON
Executable File
48 lines
936 B
JSON
Executable File
{
|
|
"name": "strapi-utils",
|
|
"version": "3.0.0-alpha.11.3",
|
|
"description": "Shared utilities for the Strapi packages",
|
|
"homepage": "http://strapi.io",
|
|
"keywords": [
|
|
"knex",
|
|
"strapi",
|
|
"utilities",
|
|
"utils",
|
|
"winston"
|
|
],
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"main": "./lib",
|
|
"dependencies": {
|
|
"commander": "^2.11.0",
|
|
"joi-json": "^2.0.1",
|
|
"knex": "^0.13.0",
|
|
"lodash": "^4.17.4",
|
|
"pino": "^4.7.1"
|
|
},
|
|
"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"
|
|
} |