package.json 600 Bytes
Newer Older
1 2 3 4 5 6 7
{
    "name": "third-party",
    "version": "1.0.0",
    "description": "Applis tierces pour simplifier l'utilisation de Odoo",
    "main": "index.js",
    "dependencies": {},
    "devDependencies": {
8
        "eslint": "^7.24.0"
9 10 11
    },
    "scripts": {
        "test": "echo \"Error: no test specified\" && exit 1",
12 13
        "lint": "eslint . --max-warnings 292 '**/*.js'",
        "lint-fix": "eslint . --fix --max-warnings 292 '**/*.js'"
14 15 16 17 18 19 20
    },
    "repository": {
        "type": "git",
        "url": "https://gl.cooperatic.fr/cooperatic-foodcoops/third-party"
    },
    "author": "Cooperatic"
}