-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
57 lines (57 loc) · 1.59 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
50
51
52
53
54
55
56
57
{
"name": "docable-notebooks",
"version": "0.1.0",
"description": "Notebooks for CM and DevOps",
"main": "index.js",
"scripts": {
"dev": "cross-env LOG_LEVEL=debug NODE_ENV=dev nodemon ./index.js --notebook_dir docs/examples/ | pino-pretty",
"prod": "cross-env LOG_LEVEL=debug NODE_ENV=prod pm2 start ./index.js",
"deploy": "NODE_ENV=prod pm2 start index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottomatica/docable-notebooks.git"
},
"keywords": [
"docable",
"notebook",
"devops"
],
"author": "ottomatica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ottomatica/docable-notebooks/issues"
},
"homepage": "https://github.com/ottomatica/docable-notebooks#readme",
"devDependencies": {
"cross-env": "^7.0.2",
"nodemon": "^2.0.4",
"pino-pretty": "^4.2.1",
"pm2": "^4.4.1"
},
"dependencies": {
"cheerio": "^1.0.0-rc.3",
"configstore": "^5.0.1",
"connect-sqlite3": "^0.9.11",
"docable": "github:ottomatica/docable",
"ejs": "^3.1.5",
"escape-goat": "^3.0.0",
"express": "^4.17.1",
"express-pino-logger": "^5.0.0",
"express-session": "^1.17.1",
"got": "^11.6.2",
"infra.connectors": "github:ottomatica/infra.connectors",
"js-yaml": "^3.14.0",
"jsdom": "^16.4.0",
"marked": "^1.1.1",
"open": "^7.2.1",
"open-editor": "^2.0.1",
"pino": "^6.6.1",
"prettier": "^2.1.1",
"pug": "^3.0.0",
"simple-git": "^2.20.1",
"socket.io": "^2.3.0",
"yargs": "^15.4.1"
}
}