-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 794 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 794 Bytes
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
{
"name": "diezel",
"version": "1.1.1",
"description": "Private Deezer client for Node",
"main": "lib/diezel.js",
"keywords": ["api", "graphql", "gql", "music", "rest", "deezer", "client"],
"scripts": {
"test": "mocha \"./test/*.test.js\"",
"testOne": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/svbnet/diezel.git"
},
"author": "svbnet",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/svbnet/diezel/issues"
},
"homepage": "https://github.com/svbnet/diezel#readme",
"dependencies": {
"axios": "^1.11.0",
"egoroof-blowfish": "^4.0.2"
},
"devDependencies": {
"@sinonjs/fake-timers": "^14.0.0",
"@types/node": "^24.3.1",
"mocha": "^11.7.2",
"typescript": "^5.9.2"
}
}