eprezto-yappy
Version:
Yappy Implementation as a NodeJS sdk
41 lines (40 loc) • 927 B
JSON
{
"name": "eprezto-yappy",
"version": "1.1.0",
"description": "Yappy Implementation as a NodeJS sdk",
"main": "index.js",
"scripts": {
"test": "snyk test && mocha test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joseabraham/eprezto-yappy-sdk.git"
},
"keywords": [
"ecommerce",
"api",
"nodejs",
"backend",
"eprezto"
],
"author": "Jose Abraham Garcia",
"license": "MIT",
"bugs": {
"url": "https://github.com/joseabraham/eprezto-yappy-sdkissues"
},
"homepage": "https://github.com/joseabraham/eprezto-yappy-sdk#readme",
"dependencies": {
"atob": "^2.1.2",
"axios": "^0.21.1",
"crypto-js": "^4.0.0"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.19.0",
"eslint-config-standard": "^7.1.0",
"eslint-plugin-standard": "^2.1.1",
"mocha": "^8.3.0",
"sinon": "^1.17.7",
"snyk": "^1.30.0"
}
}