-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 947 Bytes
/
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
{
"name": "spotify-api-types",
"version": "0.4.5",
"description": "Type definitions for Spotify API",
"main": "./dist/default/index.js",
"types": "./dist/default/index.d.ts",
"scripts": {
"build": "tsc",
"doc": "typedoc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tspotify/spotify-api-types.git"
},
"author": "Shubham Parihar <shubhamparihar391@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/tspotify/spotify-api-types/issues"
},
"homepage": "https://github.com/tspotify/spotify-api-types#readme",
"type": "module",
"files": [
"/dist"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^4.19.0",
"@typescript-eslint/parser": "^4.19.0",
"eslint": "^7.23.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-prettier": "^3.3.1",
"prettier": "^2.2.1",
"typedoc": "^0.20.34",
"typescript": "^4.2.3"
}
}