forked from balena-io/contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 675 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 675 Bytes
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
{
"name": "contracts",
"version": "2.0.103",
"description": "Balena Base Contracts",
"repository": {
"type": "git",
"url": "git@github.com:balena-io/contracts.git"
},
"private": true,
"scripts": {
"test": "eslint scripts && node scripts/check-contracts.js"
},
"author": "Balena Inc. <hello@balena.io>",
"license": "Apache-2.0",
"devDependencies": {
"eslint": "^4.8.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.2.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
},
"versionist": {
"publishedAt": "2024-04-11T12:22:51.917Z"
}
}