ionic-insta-search
Version:
Search posts and reels on Insta without API or Cookie key in ionic apps
67 lines (66 loc) • 1.78 kB
JSON
{
"name": "ionic-insta-search",
"version": "1.0.3",
"description": "Search posts and reels on Insta without API or Cookie key 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 test && 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-search.git"
},
"keywords": [
"instagram",
"insta",
"ionic",
"insta search",
"ionic insta search",
"insta video search",
"ionic insta video search",
"insta video urls",
"angular insta search",
"insta api",
"insta crawler",
"insta info",
"insta information"
],
"funding": {
"url": "https://paypal.me/dave7117",
"type": "paypal"
},
"author": "David Koller",
"license": "ISC",
"files": [
"lib/**/*"
],
"bugs": {
"url": "https://github.com/appit-online/ionic-insta-search/issues"
},
"homepage": "https://github.com/appit-online/ionic-insta-search#readme",
"devDependencies": {
"@types/jest": "^30.0.0",
"@types/node": "^24.0.7",
"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",
"rxjs": "^7.8.1"
}
}