-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (44 loc) · 946 Bytes
/
package.json
File metadata and controls
executable file
·44 lines (44 loc) · 946 Bytes
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
{
"name": "@s-ui/amp-runner",
"version": "1.7.0",
"bin": {
"amp": "./index.js"
},
"scripts": {
"co": "sui-mono commit",
"lint": "sui-lint js && sui-lint sass",
"precommit": "sui-precommit run",
"start": "node index.js"
},
"dependencies": {
"@browserless/aws-lambda-chrome": "1.0.4",
"express": "4.16.2",
"just-filter": "1.1.19",
"just-flatten-it": "2.0.0",
"puppeteer": "1.1.1",
"request": "2.83.0",
"request-promise-native": "1.0.5",
"require-from-string": "2.0.1",
"rimraf": "2.6.2",
"swig": "1.4.2"
},
"devDependencies": {
"@s-ui/lint": "2",
"@s-ui/mono": "1",
"@s-ui/precommit": "2",
"husky": "0.13.4"
},
"config": {
"sui-mono": {
"access": "public"
},
"validate-commit-msg": {
"types": "@s-ui/sui-mono/src/types"
}
},
"eslintConfig": {
"extends": [
"./node_modules/@s-ui/lint/eslintrc.js"
]
}
}