UNPKG

1.86 kBJSONView Raw
1{
2 "author": {
3 "name": "Motionpicture co.,ltd."
4 },
5 "contributors": [
6 {
7 "name": "Akito Hataguchi",
8 "email": "hataguchi@motionpicture.jp"
9 },
10 {
11 "name": "Tetsu Yamazaki",
12 "email": "yamazaki@motionpicture.jp"
13 }
14 ],
15 "dependencies": {
16 "debug": "^2.6.8",
17 "request": "^2.81.0",
18 "request-promise-native": "^1.0.4"
19 },
20 "description": "GMO Client Library for Node.js",
21 "devDependencies": {
22 "@types/debug": "0.0.29",
23 "@types/mocha": "^2.2.41",
24 "@types/request": "0.0.44",
25 "@types/request-promise-native": "^1.0.5",
26 "ink-docstrap": "^1.3.0",
27 "jsdoc": "^3.4.3",
28 "mocha": "^3.4.2",
29 "nsp": "^2.6.3",
30 "nyc": "^11.0.2",
31 "rimraf": "^2.6.1",
32 "snyk": "^1.35.0",
33 "tslint": "^5.4.3",
34 "tslint-microsoft-contrib": "^5.0.0",
35 "typescript": "^2.4.0"
36 },
37 "engines": {
38 "node": ">=6.9.1",
39 "npm": ">=3.10.0"
40 },
41 "keywords": [],
42 "license": "UNLICENSED",
43 "main": "./lib/index.js",
44 "nyc": {
45 "check-coverage": true,
46 "include": [
47 "lib/**/*.js"
48 ],
49 "reporter": [
50 "lcov",
51 "text-summary"
52 ]
53 },
54 "name": "@motionpicture/gmo-service",
55 "repository": {},
56 "scripts": {
57 "build": "tsc",
58 "check": "npm run tslint && nsp check && npm run snyk",
59 "clean": "rimraf examples/**/*.js lib/**/*.js test/**/*.js types/* npm-debug.log* docs/*",
60 "jsdoc": "node_modules/.bin/jsdoc -c jsdoc.json",
61 "nyc": "nyc mocha",
62 "snyk": "snyk auth && snyk test --ignore-policy",
63 "test": "npm run check && npm run nyc",
64 "tslint": "tslint --type-check --project tsconfig.json -c tslint.json lib/**/*.ts test/**/*.ts",
65 "preversion": "npm run clean && npm run build && npm test",
66 "version": "git add -A",
67 "postversion": "git push origin --tags"
68 },
69 "types": "./types/lib/index.d.ts",
70 "version": "3.6.0"
71}