UNPKG

@etsoo/appscript

Version:

Applications shared TypeScript framework

58 lines (57 loc) 1.4 kB
{ "name": "@etsoo/appscript", "version": "1.6.70", "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.72", "@etsoo/restclient": "^1.1.37", "@etsoo/shared": "^1.2.87", "crypto-js": "^4.2.0" }, "devDependencies": { "@babel/core": "^8.0.1", "@babel/plugin-transform-runtime": "^8.0.1", "@babel/preset-env": "^8.0.2", "@babel/runtime-corejs3": "^8.0.0", "@types/crypto-js": "^4.2.2", "@vitejs/plugin-react": "^6.0.3", "jsdom": "^29.1.1", "typescript": "^6.0.3", "vitest": "^4.1.9" }, "allowScripts": { "core-js-pure@3.48.0": true } }