-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
24 lines (24 loc) · 951 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@strapi-plugin-protected-populate/monorepo",
"private": true,
"version": "1.0.0",
"description": "Speed-up HTTP requests with LRU cache",
"workspaces": [
"./strapi-plugin-protected-populate",
"./playground"
],
"scripts": {
"dev": "yarn workspace playground develop",
"develop": "yarn workspace playground develop",
"build": "yarn workspace playground build",
"console": "yarn workspace playground strapi console",
"strapi": "yarn workspace playground strapi",
"plugin-build": "yarn workspace strapi-plugin-protected-populate strapi-plugin build",
"verify": "yarn workspace strapi-plugin-protected-populate strapi-plugin verify",
"watch": "yarn workspace strapi-plugin-protected-populate strapi-plugin watch",
"watch:link": "yarn workspace strapi-plugin-protected-populate strapi-plugin watch:link"
},
"author": "Strapi Community Org",
"license": "MIT",
"dependencies": {}
}