-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 1.07 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
{
"name": "apostille",
"version": "0.0.3",
"description": "Apostille - A blockchain notarization and timestamping solution with transferable, updatable, branded, and conjointly owned notarizations.",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "rm -rf dist/ && tsc",
"test": "mocha --ui bdd --recursive ./dist/test --timeout 90000"
},
"devDependencies": {
"@types/chai": "^4.0.4",
"@types/crypto-js": "^3.1.43",
"@types/mocha": "^2.2.44",
"assert": "^1.4.1",
"chai": "^4.1.2",
"mocha": "^4.0.1",
"ts-mockito": "^2.5.0",
"tslint": "^5.20.1",
"typescript": "^2.9.2"
},
"dependencies": {
"crypto-js": "^3.1.9-1",
"rxjs": "^6.5.3",
"rxjs-compat": "^6.5.3",
"symbol-sdk": "^0.18.0"
},
"homepage": "https://github.com/SphaeraFintech/Apostille#readme",
"bugs": "https://github.com/SphaeraFintech/Apostille/issues",
"repository": {
"type": "git",
"url": "https://github.com/SphaeraFintech/Apostille.git"
},
"author": "Sphaera Fintech SASU",
"license": "Apache-2.0"
}