-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@adobe/helix-pages-starter",
"private": true,
"version": "1.0.0",
"description": "Starter project for Adobe Helix Pages",
"scripts": {
"test": "karma start karma.config.js",
"integration-test": "mocha integration/*.test.js",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobe/helix-pages-starter.git"
},
"author": "Adobe",
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/adobe/helix-pages-starter/issues"
},
"homepage": "https://github.com/adobe/helix-pages-starter#readme",
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.3",
"chai": "4.3.4",
"eslint": "8.4.1",
"eslint-config-airbnb-base": "15.0.0",
"eslint-plugin-import": "2.25.3",
"jsdom": "19.0.0",
"karma": "6.3.9",
"karma-chai": "0.1.0",
"karma-chrome-launcher": "3.1.0",
"karma-mocha": "2.0.1",
"karma-mocha-reporter": "2.2.5",
"mocha": "9.1.3",
"puppeteer": "13.0.0",
"shelljs": "0.8.4"
}
}