1 Star 0 Fork 0

gowiny/gowiny-js-utils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 2.18 KB
一键复制 编辑 原始数据 按行查看 历史
gowiny 提交于 2022-03-24 18:28 . release: v1.0.7
{
"name": "@gowiny/js-utils",
"alias": "gowiny-js-utils",
"exportName": "GowinyUtils",
"version": "1.0.7",
"description": "gowiny js utils",
"main": "dist/index.global.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.global.js",
"jsdelivr": "dist/index.global.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"scripts": {
"build": "yarn build:ts && yarn build:main && yarn build:dts",
"build:ts": "tsc -p .",
"build:main": "node scripts/build.js",
"build:dts": "api-extractor run",
"clean": "rimraf dist lib",
"test": "yarn test:ts && yarn test:babel && yarn test:dts",
"test:ts": "jest --config=jest.ts.config.js",
"test:babel": "jest --config=jest.babel.config.js",
"test:dts": "tsc -p ./test-dts",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
"release": "release.sh"
},
"repository": {
"type": "git",
"url": "https://gitee.com/gowiny/js-utils.git"
},
"keywords": [
"gowiny",
"utils",
"babel",
"typescript"
],
"author": {
"name": "gowiny",
"email": "terry@gowiny.com"
},
"license": "MIT",
"bugs": {
"url": "https://gitee.com/gowiny/js-utils/issues"
},
"homepage": "https://gitee.com/gowiny/js-utils",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.8",
"@babel/plugin-transform-classes": "^7.16.7",
"@babel/plugin-transform-runtime": "^7.17.0",
"@babel/preset-env": "^7.16.11",
"@babel/preset-typescript": "^7.16.7",
"@microsoft/api-extractor": "^7.19.5",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-replace": "^4.0.0",
"@types/jest": "^26.0.24",
"@types/node": "^14.6.0",
"@types/qs": "^6.9.7",
"babel-jest": "^27.5.1",
"conventional-changelog-cli": "^2.2.2",
"dateformat": "^3.0.3",
"is-buffer": "^2.0.5",
"nice-try": "^3.0.0",
"prettier": "^2.6.0",
"reflect-metadata": "^0.1.13",
"rollup": "^2.70.1",
"terser": "^5.12.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
},
"dependencies": {
"@babel/runtime": "^7.17.8"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/gowiny/js-utils.git
git@gitee.com:gowiny/js-utils.git
gowiny
js-utils
gowiny-js-utils
master

搜索帮助