1 Star 0 Fork 0

feng3d/parsers

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2022-08-05 16:39 . npm run clean
{
"name": "@feng3d/parsers",
"version": "0.5.0",
"description": "",
"main": "lib/index.js",
"module": "lib/index.es.js",
"bundle": "dist/index.js",
"types": "dist/index.d.ts",
"author": "feng",
"license": "MIT",
"scripts": {
"start": "npm run watch",
"clean": "rimraf \"{lib,dist}\"",
"build": "rollup -c",
"build:prod": "cross-env NODE_ENV=production rollup -c",
"watch": "rollup -cw",
"test": "mocha",
"lint": "eslint --ext .js --ext .ts src test rollup.config.js --ignore-path .gitignore --max-warnings 0",
"lintfix": "npm run lint -- --fix",
"docs": "typedoc",
"release": "npm run clean && npm run build:prod && npm publish"
},
"repository": {
"type": "git",
"url": "https://gitlab.com/feng3d/parsers.git"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"lib",
"src"
],
"devDependencies": {
"@types/mocha": "9.1.0",
"@types/node": "^18.6.1",
"@typescript-eslint/eslint-plugin": "5.17.0",
"@typescript-eslint/parser": "5.17.0",
"cross-env": "7.0.3",
"eslint": "8.12.0",
"mocha": "9.2.2",
"rimraf": "3.0.2",
"rollup": "2.70.1",
"rollup-plugin-buble": "0.19.8",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-dts": "4.2.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-node-resolve": "5.2.0",
"rollup-plugin-replace": "2.2.0",
"rollup-plugin-sourcemaps": "0.6.3",
"rollup-plugin-string": "3.0.0",
"rollup-plugin-terser": "7.0.2",
"rollup-plugin-typescript": "1.0.1",
"ts-node": "10.7.0",
"tslib": "^2.4.0",
"typedoc": "0.21.4",
"typedoc-plugin-sourcefile-url": "1.0.6",
"typescript": "4.3.5"
},
"dependencies": {
"@feng3d/core": "^0.5.0",
"@feng3d/event": "^0.5.0",
"@feng3d/filesystem": "^0.5.0",
"@feng3d/math": "^0.5.0",
"@feng3d/objectview": "^0.5.0",
"@feng3d/path": "^0.0.3",
"@feng3d/polyfill": "^0.5.0",
"@feng3d/renderer": "^0.5.0",
"@feng3d/serialization": "^0.5.0",
"@feng3d/watcher": "^0.5.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/feng3d/parsers.git
git@gitee.com:feng3d/parsers.git
feng3d
parsers
parsers
master

搜索帮助