-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
34 lines (34 loc) · 892 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
{
"name": "state-of-product",
"version": "1.0.0",
"description": "State of the Product Management World",
"main": "index.js",
"scripts": {
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:serve": "vitepress serve docs",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/herrardo/state-of-product.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/herrardo/state-of-product/issues"
},
"homepage": "https://github.com/herrardo/state-of-product#readme",
"devDependencies": {
"prettier": "2.8.8",
"sitemap": "^7.1.1",
"vitepress": "^1.2.3",
"vue": "^3.4.27"
},
"prettier": {
"printWidth": 80,
"proseWrap": "always"
},
"type": "module"
}