UNPKG

ecoledirecte-api-types

Version:

If you need a EcoleDirecte client for JavaScript, this isn't the right place! This way: [ecoledirecte.js](https://github.com/a2br/ecoledirecte.js).

31 lines (30 loc) 692 B
{ "name": "ecoledirecte-api-types", "version": "0.14.0", "description": "", "main": "default/index.js", "repository": { "type": "git", "url": "https://github.com/a2br/ecoledirecte-api-types" }, "scripts": { "prepublish": "npm run build", "build": "tsc", "test": "echo \"Error: no test specified\" && exit 0" }, "keywords": [ "ecoledirecte", "types" ], "author": "Anatole Debierre", "license": "ISC", "devDependencies": { "@typescript-eslint/eslint-plugin": "^4.11.1", "@typescript-eslint/parser": "^4.11.1", "eslint": "^7.16.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-prettier": "^3.3.0", "prettier": "^2.2.1", "typescript": "^4.1.3" } }