-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
59 lines (59 loc) · 1.68 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@stethoscope-js/integrations",
"version": "2.4.0",
"description": "Node.js/TypeScript packages to track your life data using Stethoscope",
"files": [
"dist"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/cli.js",
"scripts": {
"build": "tsc",
"test": "jest",
"test-watch": "jest --watch",
"coverage": "jest --coverage",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stethoscope-js/integrations.git"
},
"keywords": [],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/stethoscope-js/integrations/issues"
},
"homepage": "https://github.com/stethoscope-js/integrations#readme",
"devDependencies": {
"@koj/config": "^1.2.11",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^8.0.6",
"@semantic-release/npm": "^9.0.1",
"jest": "^29.3.1",
"semantic-release": "^19.0.5",
"semantic-release-gitmoji": "^1.4.5",
"ts-jest": "^29.0.3",
"typescript": "^4.9.3"
},
"dependencies": {
"@anandchowdhary/cosmic": "^1.0.1",
"@sindresorhus/slugify": "^1.1.0",
"@toplast/lastfm": "^0.1.5",
"@types/fs-extra": "^9.0.13",
"@types/jest": "^29.2.3",
"@types/spotify-web-api-node": "^5.0.7",
"axios": "^1.1.3",
"dayjs": "^1.11.6",
"es6-promise-pool": "^2.5.0",
"fs-extra": "^10.1.0",
"goodreads-api-node": "0.0.12",
"googleapis": "^109.0.1",
"pocketcasts": "^1.0.1",
"spotify-web-api-node": "^5.0.2",
"twitter-lite": "^1.1.0",
"wakatime-client": "^2.7.0"
}
}