-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.33 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.33 KB
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@ethernity-cloud/runner",
"version": "0.1.0",
"description": "Ethernity Cloud Runner",
"homepage": "https://github.com/ethernity-cloud/ethernity-cloud-runner-js#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/ethernity-cloud/ethernity-cloud-runner-js.git"
},
"main": "runner.js",
"scripts": {
"publish": "npm publish --access=public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Ethernity",
"Cloud",
"Runner",
"SGX",
"Template",
"Python",
"pynithy",
"Node.js",
"nodenithy"
],
"author": "ciprian@ethernity.cloud",
"license": "AGPL-3.0",
"dependencies": {
"buffer": "^6.0.3",
"dag-jose": "^5.1.1",
"elliptic": "^6.5.4",
"ethers": "^5.5.4",
"ipfs-http-client": "^60.0.1",
"is-ip": "^5.0.1",
"js-sha256": "^0.9.0",
"jsrsasign": "^10.8.6",
"node-forge": "^1.3.1"
},
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/eslint-parser": "^7.22.9",
"autoprefixer": "^10.4.14",
"babylon": "^6.18.0",
"eslint": "^8.46.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.9.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.0"
}
}