lincd-quora-ads
Version:
An API wrapper for Quora's Ads API.
43 lines • 898 B
JSON
{
"name": "lincd-quora-ads",
"description": "An API wrapper for Quora's Ads API.",
"author": {
"name": "Valentine Wilson",
"email": "valentine@semantu.com",
"url": "https://vw.codes/"
},
"repository": {
"type": "git",
"url": ""
},
"version": "0.1.1",
"lincd": true,
"main": "lib/index.js",
"types": "dist/lincd-quora-ads.d.ts",
"license": "ISC",
"scripts": {
"start": "npm exec lincd dev",
"build": "npm exec lincd build",
"prepublishOnly": "npm exec lincd build production",
"postpublish": "npm exec lincd register"
},
"keywords": [
"lincd",
"linked data",
"interoperable",
"semantic web",
"web3",
"quora",
"api",
"ads",
"advertising"
],
"dependencies": {
"lincd": "^0.5",
"lincd-jsonld": "^0.1",
"lincd-rest-api": "^0.1.0"
},
"devDependencies": {
"lincd-cli": "^0.2"
}
}