-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "@stellar/anchor-tests",
"version": "0.6.17",
"description": "stellar-anchor-tests is a library and command line interface for testing Stellar anchors.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": [
"./lib"
],
"bin": {
"stellar-anchor-tests": "lib/cli.js"
},
"repository": {
"type": "git",
"url": "https://github.com/stellar/stellar-anchor-tests.git"
},
"license": "Apache-2.0",
"scripts": {
"build": "tsc"
},
"homepage": "https://github.com/stellar/stellar-anchor-tests/tree/master/%40stellar/anchor-tests",
"author": "Stellar Development Foundation <[email protected]>",
"bugs": {
"url": "https://github.com/stellar/stellar-anchor-tests/issues"
},
"prettier": "@stellar/prettier-config",
"devDependencies": {
"@stellar/prettier-config": "^1.0.1",
"@stellar/tsconfig": "^1.0.2",
"@types/yargs": "^16.0.1",
"husky": "^6.0.0",
"prettier": "^2.2.1",
"pretty-quick": "^3.1.0",
"typedoc": "^0.21.0",
"typescript": "^4.2.4"
},
"dependencies": {
"@types/jsonwebtoken": "^8.5.1",
"@types/node": "^20.11.0",
"@types/node-fetch": "^2.5.10",
"ansi-colors": "^4.1.1",
"form-data": "^4.0.0",
"jsonschema": "^1.4.0",
"jsonwebtoken": "^8.5.1",
"node-fetch": "^2.6.1",
"stellar-sdk": "~8.2.5",
"toml": "^3.0.0",
"tslib": "^2.2.0",
"yargs": "^16.2.0"
}
}