UNPKG

ionic-insta-api-wrapper

Version:

Search stories, reels, posts, highlights... on Insta in ionic apps

76 lines (75 loc) 2.02 kB
{ "name": "ionic-insta-api-wrapper", "version": "1.1.0", "description": "Search stories, reels, posts, highlights... on Insta in ionic apps", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"", "lint": "tslint -p tsconfig.json", "prepare": "npm run build", "prepublishOnly": "npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "git+https://github.com/appit-online/ionic-insta-api-wrapper.git" }, "keywords": [ "instagram", "insta", "ionic", "insta search", "ionic insta search", "insta video search", "insta story search", "ionic insta video search", "ionic insta story search", "insta video urls", "angular insta search", "insta api", "insta crawler", "insta info", "insta story", "insta stories", "insta story urls", "insta information" ], "funding": { "url": "https://paypal.me/dave7117", "type": "paypal" }, "author": "AppIT", "license": "ISC", "files": [ "lib/**/*" ], "bugs": { "url": "https://github.com/appit-online/ionic-insta-api-wrapper/issues" }, "homepage": "https://github.com/appit-online/ionic-insta-api-wrapper#readme", "devDependencies": { "@types/jest": "^30.0.0", "@types/node": "^24.0.7", "@types/node-forge": "^1.3.13", "jest": "^30.0.3", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "~5.5.4" }, "dependencies": { "@angular/core": "^18.2.12", "@awesome-cordova-plugins/core": "^6.16.0", "@awesome-cordova-plugins/http": "^6.16.0", "big-integer": "^1.6.52", "node-forge": "^1.3.1", "rxjs": "^7.8.1", "uuid": "^11.1.0" } }