UNPKG

zrw-log

Version:

日志插件

61 lines (60 loc) 1.25 kB
{ "name": "zrw-log", "version": "0.1.8", "description": "日志插件", "files": [ "esm", "es2017", "cjs", "dist" ], "main": "es2017/index.js", "module": "es2017/index.js", "types": "es2017/index.d.ts", "exports": { ".": { "es2017": { "types": "./es2017/index.d.ts", "default": "./es2017/index.js" }, "default": { "types": "./es2017/index.d.ts", "default": "./es2017/index.js" } }, "./*": "./*" }, "sideEffects": false, "scripts": { "start": "ice-pkg start", "build": "ice-pkg build", "prepublishOnly": "npm run build", "eslint": "eslint --cache --ext .js,.jsx,.ts,.tsx ./", "eslint:fix": "npm run eslint -- --fix" }, "keywords": [ "icepkg", "js", "node", "library" ], "dependencies": { "@swc/helpers": "^0.5.1", "rxjs": "^7.8.1" }, "devDependencies": { "@applint/spec": "^1.2.3", "@ice/pkg": "^1.0.0", "@ice/pkg-plugin-docusaurus": "^1.0.0", "@types/node": "^20.5.0", "cross-env": "^7.0.3", "electron": "^26.0.0", "eslint": "^8.0.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "publishConfig": { "access": "public" }, "license": "MIT" }