UNPKG

1.15 kBJSONView Raw
1{
2 "name": "node-themoviedb",
3 "version": "0.2.8",
4 "description": "A Node.JS wrapper for The Movie DB API.",
5 "author": "Andy Wampir <wampirchikkkk@yandex.ru>",
6 "license": "MIT",
7 "main": "dist/index.js",
8 "devDependencies": {
9 "@types/node": "^14.14.6",
10 "@typescript-eslint/eslint-plugin": "^4.14.1",
11 "@typescript-eslint/parser": "^4.14.1",
12 "del-cli": "^3.0.1",
13 "eslint": "^7",
14 "np": "^7.4.0",
15 "typescript": "^4.1.3"
16 },
17 "dependencies": {
18 "got": "^11.8.2"
19 },
20 "scripts": {
21 "build": "del-cli dist && tsc",
22 "test": "echo \"No test specified\"",
23 "release": "yarn build && np",
24 "release:preview": "np --preview",
25 "prepublish": "eslint --ext .ts ./src/**"
26 },
27 "files": [
28 "dist",
29 "LICENSE.md",
30 "index.d.ts"
31 ],
32 "keywords": [
33 "tmdb",
34 "tmdb api",
35 "moviedb",
36 "the moviedb",
37 "the movie database"
38 ],
39 "repository": {
40 "type": "git",
41 "url": "https://github.com/andywampir/node-themoviedb.git"
42 },
43 "bugs": {
44 "url": "https://github.com/andywampir/node-themoviedb/issues"
45 },
46 "homepage": "https://github.com/andywampir/node-themoviedb"
47}