UNPKG

2.42 kBJSONView Raw
1{
2 "author": {
3 "name": "Motionpicture co.,ltd."
4 },
5 "contributors": [
6 {
7 "email": "hataguchi@motionpicture.jp",
8 "name": "Akito Hataguchi"
9 },
10 {
11 "email": "yamazaki@motionpicture.jp",
12 "name": "Tetsu Yamazaki"
13 }
14 ],
15 "dependencies": {
16 "debug": "^3.1.0",
17 "http-status": "^1.1.2",
18 "request": "^2.87.0",
19 "xml2js": "^0.4.19"
20 },
21 "description": "COA client library for Node.js",
22 "devDependencies": {
23 "@types/debug": "0.0.30",
24 "@types/http-status": "^0.2.30",
25 "@types/mocha": "^5.2.0",
26 "@types/nock": "^9.1.3",
27 "@types/power-assert": "^1.5.0",
28 "@types/request": "^2.47.0",
29 "@types/sinon": "^4.3.3",
30 "@types/xml2js": "^0.4.3",
31 "coveralls": "^3.0.1",
32 "grunt-contrib-watch": "^1.1.0",
33 "ink-docstrap": "^1.3.2",
34 "mocha": "^5.2.0",
35 "moment": "^2.22.1",
36 "nock": "^9.3.0",
37 "nsp": "^3.2.1",
38 "nyc": "^11.9.0",
39 "power-assert": "^1.5.0",
40 "rimraf": "^2.6.2",
41 "sinon": "^5.0.10",
42 "snyk": "^1.82.0",
43 "ts-node": "^6.0.5",
44 "tslint": "^5.10.0",
45 "tslint-microsoft-contrib": "^5.0.3",
46 "typedoc": "^0.11.1",
47 "typescript": "^2.9.1"
48 },
49 "engines": {
50 "node": ">=6.9.1",
51 "npm": ">=3.10.8"
52 },
53 "keywords": [],
54 "license": "UNLICENSED",
55 "main": "./lib/index.js",
56 "types": "./lib/index.d.ts",
57 "files": [
58 "docs",
59 "example",
60 "lib"
61 ],
62 "directories": {
63 "doc": "./docs",
64 "lib": "./lib",
65 "example": "./example",
66 "test": "./test"
67 },
68 "name": "@motionpicture/coa-service",
69 "repository": {
70 "type": "git",
71 "url": "https://github.com/motionpicture/coa-service.git"
72 },
73 "scripts": {
74 "build": "tsc",
75 "check": "npm run tslint",
76 "clean": "rimraf \"npm-debug.log*\" ./lib ./docs ./coverage ./.nyc_output",
77 "doc": "typedoc --out ./docs/ --exclude **/*.spec.ts ./src/",
78 "mocha": "mocha",
79 "nyc": "nyc mocha \"src/**/*.spec.ts\"",
80 "coverage": "npm run nyc | coveralls",
81 "snyk": "snyk wizard",
82 "test": "npm run check && npm run coverage",
83 "tslint": "tslint --project tsconfig.json -c tslint.json --exclude \"**/*.spec.ts\" \"src/**/*.ts\"",
84 "preversion": "npm run clean && npm run build && npm test && npm run doc",
85 "version": "git add -A",
86 "postversion": "git push origin --tags",
87 "prepublishOnly": "npm run clean && npm run build && npm test && npm run doc"
88 },
89 "version": "8.0.0"
90}