{
  "name": "@geodaoyu/accessor",
  "version": "1.0.2",
  "description": "Implement esri/core/Accessor by myself.",
  "main": "index.js",
  "module": "dist/index.js",
  "scripts": {
    "build": "npx tsc",
    "test": "mocha"
  },
  "keywords": [
    "Accessor",
    "Esri",
    "ArcGIS"
  ],
  "author": "GeoDaoyu",
  "license": "MIT",
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://github.com/GeoDaoyu/Accessor.git"
  },
  "devDependencies": {
    "mocha": "^11.7.1",
    "typescript": "^5.8.3"
  }
}
