-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 978 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
{
"name": "strautomator-functions",
"version": "1.0.0",
"description": "Strautomator Cloud functions.",
"author": "Igor Ramadas",
"main": "index.js",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/strautomator/functions.git"
},
"dependencies": {
"strautomator-core": "https://[email protected]/strautomator/core.git"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/lodash": "^4.14.191",
"@types/node": "^16.18.14",
"chalk": "^4.1.2",
"dayjs": "^1.11.7",
"typescript": "^4.9.5"
},
"peerDependencies": {
"anyhow": "^3.1.2",
"setmeup": "^1.8.2"
},
"prettier": {
"trailingComma": "none",
"tabWidth": 4,
"semi": false,
"singleQuote": false,
"arrowParens": "always",
"bracketSpacing": false,
"printWidth": 250
}
}