UNPKG

2.29 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": "^3.1.0",
17 "request": "^2.83.0",
18 "request-promise-native": "^1.0.5"
19 },
20 "description": "GMO Client Library for Node.js",
21 "devDependencies": {
22 "@types/debug": "0.0.30",
23 "@types/http-status": "^0.2.30",
24 "@types/mocha": "^2.2.44",
25 "@types/nock": "^8.2.1",
26 "@types/request": "^2.0.7",
27 "@types/request-promise-native": "^1.0.9",
28 "@types/sinon": "^2.3.7",
29 "coveralls": "^2.13.3",
30 "http-status": "^1.0.1",
31 "ink-docstrap": "^1.3.0",
32 "jsdoc": "^3.5.5",
33 "mocha": "^3.5.3",
34 "nock": "^9.0.25",
35 "nsp": "^2.8.1",
36 "nyc": "^11.3.0",
37 "rimraf": "^2.6.2",
38 "sinon": "^4.0.2",
39 "snyk": "^1.46.0",
40 "ts-node": "^3.3.0",
41 "tslint": "^5.8.0",
42 "tslint-microsoft-contrib": "^5.0.1",
43 "typescript": "^2.5.3"
44 },
45 "engines": {
46 "node": ">=6.9.1",
47 "npm": ">=5.3.0"
48 },
49 "keywords": [],
50 "license": "UNLICENSED",
51 "main": "./lib/index.js",
52 "types": "./lib/index.d.ts",
53 "files": [
54 "doc/",
55 "example/",
56 "lib/"
57 ],
58 "directories": {
59 "doc": "./doc",
60 "lib": "./lib",
61 "example": "./example",
62 "test": "./test"
63 },
64 "name": "@motionpicture/gmo-service",
65 "scripts": {
66 "build": "tsc",
67 "check": "npm run tslint && nsp check",
68 "clean": "rimraf \"src/**/*.js ./lib test/**/*.js npm-debug.log* ./doc ./coverage ./.nyc_output\"",
69 "doc": "jsdoc -c jsdoc.json",
70 "mocha": "mocha",
71 "coverage": "nyc mocha \"src/**/*.spec.ts\" | coveralls",
72 "snyk": "snyk wizard",
73 "test": "npm run check && npm run coverage",
74 "tslint": "tslint --project tsconfig.json -c tslint.json --exclude \"**/*.spec.ts\" \"src/**/*.ts\"",
75 "preversion": "npm run clean && npm run build && npm test",
76 "version": "git add -A",
77 "postversion": "git push origin --tags",
78 "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
79 },
80 "version": "4.1.0",
81 "repository": {
82 "type": "git",
83 "url": "https://github.com/motionpicture/gmo-service.git"
84 }
85}