{
    "name": "@lalamove/lalamove-js",
    "version": "1.1.0",
    "description": ".",
    "main": "dist/index.js",
    "types": "dist/index.d.ts",
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
        "prepare": "npm run build",
        "build": "tsc",
        "lint": "./node_modules/.bin/eslint"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/lalamove/delivery-nodejs-sdk.git"
    },
    "keywords": [],
    "author": "",
    "license": "ISC",
    "bugs": {
        "url": "https://github.com/lalamove/delivery-nodejs-sdk/issues"
    },
    "homepage": "https://github.com/lalamove/delivery-nodejs-sdk#readme",
    "devDependencies": {
        "@types/node": "^17.0.21",
        "@typescript-eslint/eslint-plugin": "^5.13.0",
        "@typescript-eslint/parser": "^5.13.0",
        "eslint": "^8.10.0",
        "eslint-config-airbnb-base": "^15.0.0",
        "eslint-config-prettier": "^8.4.0",
        "eslint-plugin-import": "^2.25.4",
        "eslint-plugin-prettier": "^4.0.0",
        "prettier": "^2.5.1",
        "typescript": "^4.6.2"
    },
    "dependencies": {
        "@types/crypto-js": "^4.1.1",
        "crypto-js": "^4.1.1"
    }
}
