-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 835 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
{
"name": "open-movie-database-api",
"version": "1.1.2",
"description": "OMDb API client for node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"test": "mocha --require ts-node/register test/**/*.spec.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gosuhiman/omdb-api.git"
},
"author": "gosuhiman <gosuhiman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/gosuhiman/omdb-api/issues"
},
"homepage":"https://github.com/gosuhiman/omdb-api#readme",
"dependencies": {
"request": "^2.88.0"
},
"devDependencies": {
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.4",
"chai": "^4.2.0",
"dotenv": "^6.2.0",
"mocha": "^5.2.0",
"ts-node": "^8.0.2",
"typescript": "^3.3.3"
}
}