1 Star 0 Fork 0

feng3d/shortcut

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.46 KB
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2024-01-18 12:16 . 从 feng3d 剥离 shortcut 库
{
"name": "@feng3d/shortcut",
"version": "0.8.0",
"description": "",
"author": "feng",
"license": "MIT",
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"module": "./src/index.ts",
"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/shortcut.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"lib",
"src",
"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"
},
"dependencies": {
"@feng3d/event": "^0.8.4"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/feng3d/shortcut.git
git@gitee.com:feng3d/shortcut.git
feng3d
shortcut
shortcut
master

搜索帮助