UNPKG

ds-tool

Version:
67 lines (66 loc) 1.88 kB
{ "name": "ds-tool", "version": "1.3.9", "description": "js工具函数", "main": "build/index.js", "types": "build/index.d.ts", "scripts": { "test": "npx tsc --noEmit && npm run dev && node dist/test.js", "build": "cross-env NODE_ENV=production webpack", "build-ts": "npx tsc --noEmit && npm run build && npx tsc --emitDeclarationOnly", "dev-ts": "npx tsc --noEmit && npm run dev", "dev-ts-watch": "npx tsc --noEmit --watch", "dev": "cross-env NODE_ENV=development webpack" }, "keywords": [ "js", "ds-tool", "js-tool" ], "author": "lushao", "license": "MIT", "homepage": "https://gitee.com/lushaojie/ds-tool/blob/master/HOME.md", "bugs": { "email": "1009636982@qq.com" }, "files": [ "build", "global.d.ts" ], "repository": { "type": "git", "url": "git@gitee.com:lushaojie/ds-tool.git" }, "devDependencies": { "@babel/core": "^7.17.10", "@babel/plugin-transform-runtime": "^7.17.10", "@babel/preset-env": "^7.17.10", "@babel/preset-typescript": "^7.16.7", "@typescript-eslint/eslint-plugin": "^5.22.0", "@typescript-eslint/parser": "^5.22.0", "babel-eslint": "^10.1.0", "babel-loader": "^8.2.5", "clean-webpack-plugin": "^4.0.0", "cross-env": "^7.0.3", "eslint": "^7.32.0", "eslint-config-airbnb-base": "^15.0.0", "eslint-plugin-import": "^2.25.4", "eslint-webpack-plugin": "^3.1.1", "html-webpack-plugin": "^5.5.0", "ts-loader": "^9.3.0", "ts-node": "^10.9.1", "typescript": "^4.6.4", "webpack": "^5.70.0", "webpack-cli": "^4.9.2" }, "browserslist": [ "> 1%", "last 2 versions", "not dead" ], "dependencies": { "@babel/runtime-corejs3": "^7.17.9", "core-js": "^3.22.4", "regenerator-runtime": "^0.13.9" } }