-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
40 lines (40 loc) · 1.01 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
{
"name": "riminder",
"version": "0.0.21",
"description": "Node wrapper SDK for Riminder.Net API",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc"
},
"author": "Corentin Godeau <corentin.godeau@riminder.net>",
"license": "ISC",
"dependencies": {
"babel-jest": "^23.0.1",
"es6-map": "^0.1.5",
"fast-sha256": "^1.1.0",
"fetch-everywhere": "^1.0.5",
"form-data": "^2.3.2",
"isomorphic-fetch": "^2.2.1",
"tweetnacl-util": "^0.15.0"
},
"devDependencies": {
"@types/form-data": "^2.2.1",
"@types/jest": "^23.1.1",
"@types/node": "^10.3.4",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.24.1",
"babelify": "^8.0.0",
"browserify": "^16.2.0",
"gulp": "^4.0.0",
"gulp-tslint": "^8.1.3",
"gulp-typescript": "^4.0.2",
"jest": "^23.1.0",
"merge2": "^1.2.2",
"ts-jest": "^22.4.6",
"tslint": "^5.10.0",
"typescript": "^2.9.2",
"vinyl-source-stream": "^2.0.0"
}
}