Alexandre Bodin bb034173c9 Set version
2019-05-02 15:45:09 +02:00

55 lines
1.1 KiB
JSON

{
"name": "strapi-utils",
"version": "3.0.0-beta.0",
"description": "Shared utilities for the Strapi packages",
"homepage": "http://strapi.io",
"keywords": [
"knex",
"strapi",
"utilities",
"utils",
"winston"
],
"directories": {
"lib": "./lib"
},
"main": "./lib",
"scripts": {
"test": "jest"
},
"dependencies": {
"commander": "^2.11.0",
"joi-json": "^2.0.1",
"knex": "^0.16.3",
"lodash": "^4.17.5",
"pino": "^4.7.1",
"pluralize": "^7.0.0",
"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": ">= 10.0.0",
"npm": ">= 6.0.0"
},
"license": "MIT",
"gitHead": "c85658a19b8fef0f3164c19693a45db305dc07a9"
}