代码拉取完成,页面将自动刷新
{
"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"
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。