UNPKG

@pisell/pisellos

Version:

一个可扩展的前端模块化SDK框架,支持插件系统

72 lines 1.97 kB
{ "private": false, "name": "@pisell/pisellos", "version": "2.2.98", "description": "一个可扩展的前端模块化SDK框架,支持插件系统", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "lib" ], "scripts": { "build": "father build", "dev": "father dev --watch", "push": "yalc push --replace", "test": "vitest", "lint": "eslint src --ext .ts", "format": "prettier --write \"src/**/*.{ts,tsx,js,jsx,json,md}\"", "changeset": "changeset", "version": "changeset version", "release": "changeset publish --registry=https://registry.npmjs.com/ && npm run sync && git push", "example": "npx parcel-bundler examples/index.html", "docs": "typedoc --out docs src/index.ts", "sync": "node sync.js", "prepublishOnly": "npm run build", "deploy": "npm run build && npm run changeset && npm run version && npm run release" }, "repository": { "type": "git", "url": "git+https://github.com/username/pisell-os.git" }, "keywords": [ "frontend", "sdk", "framework", "modular", "plugin-system" ], "author": "Your Name", "license": "MIT", "bugs": { "url": "https://github.com/username/pisell-os/issues" }, "homepage": "https://github.com/username/pisell-os#readme", "dependencies": { "@changesets/cli": "^2.26.1", "@types/lodash-es": "^4.17.12", "dayjs": "^1.11.13", "decimal.js": "^10.5.0", "lodash-es": "^4.17.21" }, "devDependencies": { "@types/node": "^18.15.11", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "axios": "1.7.2", "eslint": "^8.37.0", "fake-indexeddb": "^6.0.1", "father": "^4.1.0", "prettier": "^3.5.3", "ts-node": "^10.9.1", "typedoc": "^0.28.2", "typescript": "^5.0.3", "vitest": "^3.1.1" }, "engines": { "node": ">=18.0.0" }, "publishConfig": { "access": "public" } }