-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
39 lines (39 loc) · 1.05 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
{
"name": "@adobe/business-website",
"private": true,
"version": "1.0.0",
"description": "Adobe Experience Cloud Website",
"scripts": {
"test": "karma start karma.config.js",
"integration-test": "mocha integration/*.test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/business-website.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/business-website/issues"
},
"homepage": "https://github.com/adobe/business-website#readme",
"devDependencies": {
"@babel/core": "7.13.10",
"@babel/eslint-parser": "7.13.10",
"chai": "4.2.0",
"eslint": "7.15.0",
"eslint-config-airbnb-base": "14.2.0",
"eslint-plugin-import": "2.22.1",
"fs-extra": "9.0.1",
"jsdom": "16.5.0",
"karma": "^6.3.4",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "8.2.1",
"puppeteer": "5.5.0",
"shelljs": "0.8.4"
}
}