-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.25 KB
/
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
39
40
{
"author": {
"email": "[email protected]",
"name": "T. Michael Keesey"
},
"bugs": {
"url": "https://github.com/keesey/phylopic/issues"
},
"dependencies": {},
"description": "An open database of freely reusable silhouettes of life forms.",
"devDependencies": {
"@changesets/cli": "^2.27.1",
"eslint": "^8.57.0",
"eslint-config-phylopic": "*",
"prettier": "^3.2.5",
"turbo": "^2.0.6"
},
"license": "MIT",
"name": "phylopic",
"private": true,
"repository": "https://github.com/keesey/phylopic",
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"clean": "turbo run clean && rm -rf node_modules",
"dev": "turbo run dev --no-cache --parallel --continue",
"format": "prettier --write \"**/*.{js,json,md,ts,tsx}\"",
"lint": "turbo run lint",
"make": "turbo run make --filter=@phylopic/publish",
"release": "turbo run build --filter=docs^... && changeset publish",
"test": "turbo run test",
"version-packages": "changeset version"
},
"version": "2.0.15",
"workspaces": [
"apps/*",
"packages/*"
],
"packageManager": "[email protected]"
}