-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 812 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 812 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
{
"name": "@edge/index-utils",
"version": "0.8.1",
"description": "Utility library for Index API",
"main": "dist/lib/index.js",
"author": "Edge Network <core@edge.network>",
"contributors": [
"Aneurin \"Anny\" Barker Snook <aneurin@edge.network>"
],
"license": "SEE LICENSE IN LICENSE.md",
"scripts": {
"build": "tsc",
"lint": "eslint --ext .ts lib",
"lint:fix": "eslint --fix --ext .ts lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"@edge/eslint-config-typescript": "^0.1.5",
"@types/superagent": "^4.1.13",
"@typescript-eslint/eslint-plugin": "^4.33.0",
"@typescript-eslint/parser": "^4.33.0",
"eslint": "^7.32.0",
"typescript": "^4.4.3"
},
"dependencies": {
"superagent": "^6.1.0 || ^7.0.0"
}
}