strapi-plugin-config-sync/playground/package.json

36 lines
780 B
JSON
Raw Normal View History

2021-12-31 13:28:04 +01:00
{
"name": "playground",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi",
"cs": "config-sync"
},
"devDependencies": {
"jest": "^26.0.1",
"jest-cli": "^26.0.1"
},
"dependencies": {
"@strapi/plugin-i18n": "^4.14.4",
"@strapi/plugin-users-permissions": "^4.14.4",
"@strapi/strapi": "^4.14.4",
"better-sqlite3": "^8.6.0",
"strapi-plugin-config-sync": "./.."
2021-12-31 13:28:04 +01:00
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "2e84e366-1e09-43c2-a99f-a0d0acbc2ca5"
},
"engines": {
2023-10-14 19:48:01 +02:00
"node": ">=18.x.x <=20.x.x",
2021-12-31 13:28:04 +01:00
"npm": ">=6.0.0"
},
"license": "MIT"
}