-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.33 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
41
42
43
44
45
46
47
48
49
{
"private": true,
"name": "@medmark/workspace",
"version": "0.1.2",
"description": "Export your Medium articles to markdown(md).",
"keywords": [
"medium",
"medium-to-md",
"medium-2-md",
"m2m",
"medium-to-markdown",
"medium-to-mdx",
"markdown",
"medmark",
"mdx"
],
"homepage": "https://github.com/brionmario/medmark#readme",
"bugs": {
"url": "https://github.com/brionmario/medmark/issues"
},
"license": "MIT",
"author": "Brion Mario",
"repository": {
"type": "git",
"url": "https://github.com/brionmario/medmark"
},
"scripts": {
"build": "turbo run build",
"changeset": "changeset",
"dev": "turbo run dev --parallel",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,css,json,md,mdx}\"",
"lint": "turbo run lint",
"publish:packages": "changeset publish",
"publish:release": "semantic-release",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"version:packages": "changeset version && pnpm install --lockfile-only"
},
"devDependencies": {
"@brionmario/eslint-plugin": "^0.2.9",
"@brionmario/prettier-config": "^0.1.0",
"@changesets/changelog-github": "^0.4.8",
"@changesets/cli": "^2.26.0",
"eslint": "^8.30.0",
"eslint-config-turbo": "^1.10.3",
"prettier": "^2.8.1",
"turbo": "^1.11.2"
}
}