-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathpackage.json
36 lines (36 loc) · 993 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
33
34
35
36
{
"name": "contracts",
"version": "2.0.128",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
"url": "[email protected]:balena-io/contracts.git"
},
"private": true,
"scripts": {
"test": "npm run lint && npm run test:node",
"lint": "balena-lint tests",
"lint-fix": "balena-lint --fix tests",
"test:node": "mocha -r ts-node/register --reporter spec tests/**/*.spec.ts --timeout 30000"
},
"author": "Balena Inc. <[email protected]>",
"license": "Apache-2.0",
"devDependencies": {
"@balena/contrato": "^0.12.0",
"@balena/lint": "^9.1.3",
"@types/chai": "^4.3.20",
"@types/chai-as-promised": "^7.1.4",
"@types/mocha": "^10.0.10",
"chai": "^4.3.4",
"chai-as-promised": "^7.1.1",
"husky": "^9.1.7",
"lint-staged": "^15.2.11",
"mocha": "^11.0.1",
"p-map": "^7.0.3",
"ts-node": "^10.9.2",
"typescript": "^5.7.2"
},
"versionist": {
"publishedAt": "2025-02-05T10:59:52.850Z"
}
}