-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
41 lines (41 loc) · 959 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
39
40
41
{
"name": "san-docit",
"description": "San document creater.",
"author": "ecomfe-core",
"private": true,
"bin": {
"docit": "bin/index.js"
},
"scripts": {
"start": "yarn workspace @sdoc/cli start",
"build": "yarn workspace @sdoc/cli build",
"docs:start": "sdoc start docs",
"docs:build": "sdoc build docs"
},
"dependencies": {
},
"devDependencies": {
"@babel/eslint-parser": "^7.12.1",
"@babel/eslint-plugin": "^7.12.1",
"@ecomfe/eslint-config": "^7.0.0",
"eslint": "^7.19.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-san": "^0.0.1",
"eslint-utils": "^2.1.0"
},
"workspaces": [
"@sdoc/*"
],
"files": [
"src",
"bin",
"build",
"plugins",
"packages",
"index.ejs"
],
"engines": {
"node": ">=8.16"
},
"license": "MIT"
}