lykdat
Version:
Official JavaScript SDK for Lykdat API (https://solutions.lykdat.com/)
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "lykdat",
"version": "0.0.6",
"description": "Official JavaScript SDK for Lykdat API (https://solutions.lykdat.com/)",
"source": "src/index.ts",
"main": "dist/main.js",
"module": "dist/module.js",
"types": "dist/types.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "parcel build",
"test-build": "npm run build && node test-build.js",
"prepublishOnly": "npm run test-build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lykdatapps/js-sdk.git"
},
"keywords": [
"computer-search",
"fashion",
"e-commerce",
"visual-search",
"image-search",
"search",
"lykdat",
"availability",
"product",
"restock",
"stock"
],
"author": "ife@lykdat.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykdatapps/js-sdk/issues"
},
"homepage": "https://github.com/lykdatapps/js-sdk#readme",
"devDependencies": {
"@parcel/packager-ts": "^2.8.1",
"@parcel/transformer-typescript-types": "^2.8.1",
"parcel": "^2.8.1",
"typescript": "^4.7.4"
}
}