-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
32 lines (32 loc) · 961 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
{
"name": "consonant",
"version": "1.0.0",
"description": "The Consonant design system built on Helix. Learn more - https://consonant.adobe.com",
"main": "index.js",
"scripts": {
"test": "wtr \"./tests/**/*.test.js\" --node-resolve --port=2000 --coverage",
"test:watch": "npm test -- --watch",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/adobecom/consonant.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/adobecom/consonant/issues"
},
"homepage": "https://github.com/adobecom/consonant#readme",
"devDependencies": {
"@babel/core": "7.15.5",
"@babel/eslint-parser": "7.15.4",
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-plugin-import": "2.24.2",
"@esm-bundle/chai": "4.3.4-fix.0",
"@web/test-runner": "0.13.20",
"@web/test-runner-commands": "0.5.13",
"sinon": "11.1.2"
}
}