-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
30 lines (30 loc) · 841 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
{
"name": "root",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"lint": "prettier \"**/*.{js,ts,md,mjs,cjs,json}\"",
"dev": "pnpm --filter './packages/**' run dev",
"format": "pnpm run lint --write",
"build": "pnpm --filter './packages/**' run build",
"test": "pnpm -r test"
},
"repository": {
"type": "git",
"url": "https://github.com/kevinzunigacuellar/remark-code-title",
"directory": "packages/remark-code-title"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinzunigacuellar/remark-code-title/issues"
},
"homepage": "https://github.com/kevinzunigacuellar/remark-code-title#readme",
"devDependencies": {
"prettier": "^2.7.1"
},
"dependencies": {
"@changesets/changelog-github": "^0.4.7",
"@changesets/cli": "^2.25.2"
}
}