-
Notifications
You must be signed in to change notification settings - Fork 2k
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1017 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 1017 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
27
28
29
30
31
32
33
34
35
{
"name": "chainlink",
"version": "2.36.0",
"description": "node of the decentralized oracle network, bridging on and off-chain computation",
"main": "index.js",
"scripts": {
"ci:changeset:version": "pnpm changeset version"
},
"private": true,
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/smartcontractkit/chainlink.git"
},
"author": "smartcontractkit",
"license": "MIT",
"bugs": {
"url": "https://github.com/smartcontractkit/chainlink/issues"
},
"homepage": "https://github.com/smartcontractkit/chainlink#readme",
"engines": {
"node": ">=18",
"pnpm": ">=10"
},
"pnpm": {
"overrides": {
"@babel/runtime": "^7.26.10"
}
},
"devDependencies": {
"@changesets/cli": "~2.28.1",
"@changesets/get-github-info": "^0.6.0",
"semver": "^7.7.1"
},
"packageManager": "pnpm@10.11.1+sha512.e519b9f7639869dc8d5c3c5dfef73b3f091094b0a006d7317353c72b124e80e1afd429732e28705ad6bfa1ee879c1fce46c128ccebd3192101f43dd67c667912"
}