1 Star 0 Fork 0

feng3d/event

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "@feng3d/event",
"type": "module",
"version": "0.8.4",
"description": "事件系统",
"main": "./src/index.ts",
"types": "./src/index.ts",
"module": "./src/index.ts",
"author": "feng",
"license": "MIT",
"exports": {
".": {
"import": "./src/index.ts",
"require": "./src/index.ts"
}
},
"scripts": {
"clean": "rimraf \"{lib,dist,public}\"",
"build": "vite build",
"test": "vitest",
"test:ui": "vitest --ui",
"types": "tsc",
"watch": "tsc -w",
"lint": "eslint --ext .js --ext .ts src test --ignore-path .gitignore --max-warnings 0",
"lintfix": "npm run lint -- --fix",
"docs": "typedoc",
"release": "npm run clean && npm run lint && npm run build && npm run docs && npm run types && npm publish",
"prepublishOnly": "node scripts/prepublish.js",
"postpublish": "node scripts/postpublish.js"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/feng3d/event.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"lib",
"src",
"readme",
"tsconfig.json"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"@vitest/ui": "^0.32.2",
"cross-env": "7.0.3",
"eslint": "8.12.0",
"rimraf": "3.0.2",
"tslib": "^2.4.0",
"typedoc": "^0.24.8",
"typescript": "5.1.3",
"vite": "^4.3.9",
"vitest": "^0.32.2"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feng3d/event.git
git@gitee.com:feng3d/event.git
feng3d
event
event
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385