avify-client
Version:
Avify Javascript Client Library
51 lines (50 loc) • 1.31 kB
JSON
{
"name": "avify-client",
"version": "0.0.24",
"description": "Avify Javascript Client Library",
"main": "lib/index.js",
"types": "lib",
"files": [
"lib/**/*"
],
"scripts": {
"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",
"test": "echo No tests specified yet",
"temp": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bananacode-co/avify-nodejs-client.git"
},
"keywords": [
"avify",
"api",
"oms",
"lib"
],
"author": "Banancode Inc",
"license": "ISC",
"bugs": {
"url": "https://github.com/bananacode-co/avify-nodejs-client/issues"
},
"homepage": "https://github.com/bananacode-co/avify-nodejs-client#readme",
"devDependencies": {
"@types/node": "^16.11.6",
"prettier": "^2.4.1",
"tslint": "^6.1.3",
"tslint-config-airbnb": "^5.11.2",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.4"
},
"dependencies": {
"axios": "^0.24.0",
"jsencrypt": "^3.2.1"
}
}