UNPKG

node-instagram

Version:

Instagram api client for node that support promises

59 lines (58 loc) 1.65 kB
{ "name": "node-instagram", "description": "Instagram api client for node that support promises", "version": "4.3.0", "author": "Leo Pradel", "keywords": [ "instagram", "api", "node", "promise", "typescript" ], "main": "lib/index.js", "typings": "lib/index.d.ts", "scripts": { "build": "tsc", "test": "npm run build && npm run testonly && npm run lint && npm run prettier-diff", "testonly": "jest --coverage", "lint": "tslint \"{src,__tests__}/**/*.ts\"", "format": "prettier --single-quote --trailing-comma es5 --write \"{src,__tests__}/**/*.ts\" \"README.md\"", "prettier-diff": "prettier --single-quote --trailing-comma es5 --list-different \"{src,__tests__}/**/*.ts\" \"README.md\"" }, "jest": { "preset": "ts-jest", "testPathIgnorePatterns": [ "__tests__/utils.ts" ] }, "repository": { "type": "git", "url": "git+https://github.com/pradel/node-instagram.git" }, "bugs": { "url": "https://github.com/pradel/node-instagram/issues" }, "homepage": "https://github.com/pradel/node-instagram#readme", "dependencies": { "lodash": "^4.17.11", "node-fetch": "^2.3.0", "query-string": "^6.2.0" }, "devDependencies": { "@types/jest": "23.3.13", "@types/lodash": "4.14.120", "@types/nock": "9.3.0", "@types/node": "10.12.18", "@types/node-fetch": "2.1.4", "@types/query-string": "6.2.0", "coveralls": "3.0.2", "jest": "23.6.0", "nock": "10.0.6", "prettier": "1.16.0", "ts-jest": "23.10.5", "tslint": "5.12.1", "tslint-config-prettier": "1.17.0", "typescript": "3.2.4" } }