UNPKG

1.68 kBJSONView Raw
1{
2 "name": "@apimarket/apimarket",
3 "version": "1.0.4",
4 "engines": {
5 "node": ">=7.6.0"
6 },
7 "description": "Client library for api.market",
8 "main": "./dist/index.js",
9 "scripts": {
10 "build": "babel . --ignore node_modules,dist --out-dir dist && npm run copyfiles && npm run copypackagejson",
11 "copyfiles": "cp ./example/apimarket_config.example.json ./example/package.json ./dist/example/",
12 "copypackagejson": "cp ./package.json ./dist/",
13 "example:client": "node --trace-warnings ./dist/example/client/index.js",
14 "prepublish": "npm run build",
15 "test": "echo \"Error: no test specified\" && exit 1"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/api-market/apimarket.git"
20 },
21 "author": "api.market",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/api-market/apimarket/issues"
25 },
26 "homepage": "https://github.com/api-market/apimarket#readme",
27 "dependencies": {
28 "@babel/polyfill": "^7.0.0-beta.42",
29 "@open-rights-exchange/orejs": "1.1.3",
30 "axios": "^0.16.2",
31 "body-parser": "^1.18.2",
32 "cookie-parse": "^0.4.0",
33 "cookie-parser": "^1.4.3",
34 "dotenv": "^6.0.0",
35 "express": "^4.16.3",
36 "hash.js": "^1.1.5",
37 "js-base64": "^2.4.9",
38 "jsonwebtoken": "^8.3.0",
39 "morgan": "^1.9.0",
40 "node-cache": "^4.2.0",
41 "node-fetch": "^2.1.2",
42 "object-hash": "^1.3.0",
43 "sort-json": "^2.0.0",
44 "tslint": "^5.9.1",
45 "typescript": "^2.8.1",
46 "uuid": "^3.3.2"
47 },
48 "devDependencies": {
49 "@babel/core": "^7.1.0",
50 "babel-cli": "^6.26.0",
51 "babel-preset-env": "^1.7.0",
52 "babel-preset-es2015": "^6.24.1",
53 "semver": "^5.6.0"
54 }
55}