1 Star 16 Fork 4

feng3d / bezier

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.98 KB
一键复制 编辑 原始数据 按行查看 历史
feng 提交于 2022-08-26 10:18 . "types"
{
"name": "@feng3d/bezier",
"version": "0.6.0",
"description": "解决n次Bézier曲线拟合与求解问题",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"module": "lib/index.es.js",
"bundle": "dist/index.js",
"bundle:types": "dist/index.d.ts",
"author": "feng",
"license": "MIT",
"scripts": {
"start": "npm run watch",
"clean": "rimraf \"{lib,dist}\"",
"build": "rollup -c && npm run types",
"types": "tsc -p tsconfig.json --emitDeclarationOnly true",
"watch:types": "tsc -w -p tsconfig.json --emitDeclarationOnly true",
"build:prod": "cross-env NODE_ENV=production rollup -c && npm run types",
"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/bezier.git"
},
"keywords": [
"bezier",
"feng3d"
],
"publishConfig": {
"access": "public"
},
"files": [
"dist/",
"lib",
"src",
"readme"
],
"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"
}
}
TypeScript
1
https://gitee.com/feng3d/bezier.git
git@gitee.com:feng3d/bezier.git
feng3d
bezier
bezier
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891