-
Notifications
You must be signed in to change notification settings - Fork 70
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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": "@matter/chip-testing",
"version": "0.0.0-git",
"description": "Testing of matter.js with CHIP tool",
"private": true,
"license": "Apache-2.0",
"author": "matter.js authors",
"contributors": [
"Ingo Fischer <[email protected]>"
],
"type": "module",
"bugs": {
"url": "https://github.com/project-chip/matter.js/issues"
},
"homepage": "https://github.com/project-chip/matter.js",
"repository": {
"type": "git",
"url": "git+https://github.com/project-chip/matter.js.git"
},
"scripts": {
"clean": "matter-build clean",
"build": "matter-build",
"build-clean": "matter-build --clean",
"ci-test": "matter-test",
"ci-test-fast": "matter-test",
"ci-test-slow": "matter-test"
},
"dependencies": {
"@matter/main": "*",
"@project-chip/matter.js": "*"
},
"devDependencies": {
"@matter/testing": "*"
},
"matter": {
"test": false
}
}