UNPKG

gros-bras-shared

Version:

This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...

38 lines (37 loc) 1.08 kB
{ "name": "gros-bras-shared", "version": "4.0.0", "description": "This holds all shared files such as interfaces or helpers used by Gros Bras, both frontoffices and baackoffices, and backend etc...", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "npm run build && mocha --reporter spec --timeout 10000", "build": "npm run lint && tsc && cp -r dist/* .", "lint": "tslint -c tslint.json -p tsconfig.json", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://bitbucket.org/featurize/gros-bras-shared.git" }, "keywords": [ "interfaces", "moves", "date" ], "authors": [ "GROS BRAS DEV TEAM <contact@gros-bras.com>", "ACHENGUI KEMO <achenguikemo@gmail.com>" ], "license": "ISC", "homepage": "https://bitbucket.org/featurize/gros-bras-shared#readme", "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "chai": "^4.2.0", "mocha": "^10.2.0", "tslint": "^6.1.3", "typescript": "^4.9.4" } }