-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "@decent-bet/solido-provider-connex",
"version": "1.2.3",
"description": "Solido Connex provider",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "jasmine-ts \"spec/**/*.spec.ts\"",
"prepublishOnly": "npm run build",
"build": "rm -rf lib && tsc -p .",
"lint": "eslint --fix ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/decent-bet/solido-provider-connex.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/decent-bet/solido-provider-connex/issues"
},
"homepage": "https://github.com/decent-bet/solido-provider-connex#readme",
"devDependencies": {
"@types/jasmine": "^3.4.0",
"@types/node": "^12.7.5",
"@typescript-eslint/eslint-plugin": "^2.3.0",
"@vechain/connex": "^1.4.0",
"eslint": "^6.4.0",
"jasmine": "^3.4.0",
"jasmine-ts": "^0.3.0",
"nodemon": "^1.19.2",
"ts-node": "^8.4.1",
"typescript": "^3.6.3",
"@decent-bet/solido": "^1.1.4"
},
"dependencies": {
"rxjs": "^6.5.3",
"thor-devkit": "^1.1.0"
},
"peerDependencies": {
"@decent-bet/solido": "^1.1.4"
}
}