-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.42 KB
/
package.json
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
53
54
55
56
57
{
"name": "aptos-nft",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {
"@aptos-labs/ts-sdk": "^1.11.0",
"asynckit": "^0.4.0",
"axios": "^1.6.2",
"cacheable-lookup": "^5.0.4",
"cacheable-request": "^7.0.4",
"clone-response": "^1.0.3",
"combined-stream": "^1.0.8",
"decompress-response": "^6.0.0",
"defer-to-connect": "^2.0.1",
"delayed-stream": "^1.0.0",
"end-of-stream": "^1.4.4",
"eventemitter3": "^5.0.1",
"follow-redirects": "^1.15.6",
"form-data": "^4.0.0",
"get-stream": "^5.2.0",
"got": "^11.8.6",
"http-cache-semantics": "^4.1.1",
"http2-wrapper": "^1.0.3",
"json-buffer": "^3.0.1",
"keyv": "^4.5.4",
"lowercase-keys": "^2.0.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"mimic-response": "^3.1.0",
"normalize-url": "^6.1.0",
"once": "^1.4.0",
"p-cancelable": "^2.1.1",
"proxy-from-env": "^1.1.0",
"pump": "^3.0.0",
"quick-lru": "^5.1.1",
"resolve-alpn": "^1.2.1",
"responselike": "^2.0.1",
"tweetnacl": "^1.0.3",
"undici-types": "^5.26.5",
"wrappy": "^1.0.2"
},
"devDependencies": {
"ts-node": "^10.9.2",
"typescript": "^5.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "ts-node tests/deploy.ts"
},
"keywords": [],
"author": "",
"license": "ISC"
}