forked from burtonator/polar-shared
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.09 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
{
"name": "polar-shared",
"version": "1.32.54",
"description": "",
"scripts": {
"test": "scripts/test-runner.sh",
"compile": "npx tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/burtonator/polar-shared.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/burtonator/polar-shared/issues"
},
"homepage": "https://github.com/burtonator/polar-shared#readme",
"devDependencies": {
"@types/chai": "^4.2.1",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"mocha": "^6.2.0",
"polar-test": "^1.32.54",
"tslint": "^5.20.0",
"typescript": "^3.6.3"
},
"dependencies": {
"@types/node": "^12.11.1",
"@types/blueimp-md5": "^2.7.0",
"@types/node-fetch": "^2.5.1",
"@types/sanitize-html": "^1.20.1",
"@types/twitter-text": "^2.0.0",
"@types/uuid": "^3.4.5",
"base58check": "^2.0.0",
"blueimp-md5": "^2.12.0",
"js-sha3": "^0.8.0",
"node-fetch": "^2.6.0",
"sanitize-html": "^1.20.1",
"timekeeper": "^2.2.0",
"twitter-text": "^3.0.0",
"uuid": "^3.3.3"
}
}