forked from Keeper-Wallet/waveskeeper-types
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 752 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 752 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
{
"name": "@turtlenetwork/turtleshell-types",
"version": "0.2.3",
"description": "Interfaces for TurtleShell",
"types": "globals.d.ts",
"main": "",
"files": [
"globals.d.ts"
],
"publishConfig": {
"access": "public"
},
"typeScriptVersion": "2.0",
"repository": {
"type": "git",
"url": "https://github.com/turtlenetwork/turtleshell-types.git"
},
"keywords": [
"types",
"waves",
"keeper"
],
"author": "kanishcheva@phystech.edu",
"license": "ISC",
"bugs": {
"url": "https://github.com/turtlenetwork/turtleshell-types/issues"
},
"homepage": "https://github.com/turtlenetwork/turtleshell-types#readme",
"dependencies": {},
"engineStrict": true,
"engines": {
"node": "^16"
}
}