{
  "name": "@etsoo/appscript",
  "version": "1.6.25",
  "description": "Applications shared TypeScript framework",
  "main": "lib/cjs/index.js",
  "module": "lib/mjs/index.js",
  "types": "lib/mjs/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/mjs/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "scripts": {
    "build": "tsc -p tsconfig.json && tsc -p tsconfig.cjs.json",
    "test": "vitest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ETSOO/AppScript.git"
  },
  "keywords": [
    "notification",
    "TypeScript",
    "ETSOO",
    "SmartERP",
    "司友云平台",
    "青岛亿速思维",
    "上海亿商"
  ],
  "author": "ETSOO",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ETSOO/AppScript/issues"
  },
  "homepage": "https://github.com/ETSOO/AppScript#readme",
  "dependencies": {
    "@etsoo/notificationbase": "^1.1.60",
    "@etsoo/restclient": "^1.1.27",
    "@etsoo/shared": "^1.2.69",
    "crypto-js": "^4.2.0"
  },
  "devDependencies": {
    "@babel/cli": "^7.27.0",
    "@babel/core": "^7.26.10",
    "@babel/plugin-transform-runtime": "^7.26.10",
    "@babel/preset-env": "^7.26.9",
    "@babel/runtime-corejs3": "^7.27.0",
    "@types/crypto-js": "^4.2.2",
    "@vitejs/plugin-react": "^4.4.0",
    "jsdom": "^26.1.0",
    "typescript": "^5.8.3",
    "vitest": "^3.1.1"
  }
}
