forked from rixw/strapi-utils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1005 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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "strapi-utils",
"version": "0.0.1",
"private": true,
"author": {
"name": "Richard Weaver",
"email": "[email protected]",
"url": "https://github.com/rixw"
},
"homepage": "https://github.com/rixw/strapi-utils",
"repository": "https://github.com/rixw/strapi-utils",
"bugs": "https://github.com/rixw/strapi-utils/issues",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"test:watch": "turbo run test:watch",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"publish-packages": "turbo run build lint test prepare && changeset version && changeset publish"
},
"devDependencies": {
"eslint-config-custom": "*",
"prettier": "latest",
"turbo": "1.10.12"
},
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"@changesets/cli": "2.26.1"
},
"packageManager": "[email protected]",
"license": "MIT"
}