package.json 493 B

12345678910111213141516171819
  1. {
  2. "name": "ol-osm-map",
  3. "version": "1.0.0",
  4. "description": "OpenStreepMap layer using OpenLayers",
  5. "repository": {
  6. "type": "git",
  7. "url": "https://git.lattuga.net/netico/code-library.git"
  8. },
  9. "main": "main.js",
  10. "author": "netico",
  11. "license": "GPL-3.0-or-later",
  12. "devDependencies": {
  13. "eslint": "^7.32.0",
  14. "eslint-config-standard": "^16.0.3",
  15. "eslint-plugin-import": "^2.25.4",
  16. "eslint-plugin-node": "^11.1.0",
  17. "eslint-plugin-promise": "^5.2.0"
  18. }
  19. }