{
    "name": "@ovh-soyoustart/analytics",
    "description": "Add typing to to ovh api analytics",
    "version": "3.1.11",
    "keywords": [
        "ovh",
        "ovhCloud",
        "api",
        "typing",
        "typescript"
    ],
    "typings": "index.d.ts",
    "license": "MIT",
    "author": "Uriel Chemouni <uchemouni@gmail.com>",
    "dependencies": {
        "@ovh-api/common": "^3.1.2"
    },
    "publishConfig": {
        "access": "public"
    },
    "bugs": "https://github.com/UrielCh/api-ovh-node/issues",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/UrielCh/api-ovh-node.git"
    },
    "scripts": {
        "build": "tsc",
        "build:watch": "tsc --watch",
        "prepare": "npm run build"
    },
    "files": [
        "index.js",
        "index.d.ts"
    ],
    "gitHead": "b784888d166e6a0e4e5b987f02b5d99db6752d99"
}
