{
  "name": "infly-libs",
  "version": "1.1.0",
  "description": "工具组件库",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "postinstall": "node index.js",
    "preview": "infly-libs --preview",
    "preview:no-build": "infly-libs --preview --no-build"
  },
  "bin": {
    "infly-libs": "bin/cli.js"
  },
  "exports": {
    "./module/*": "./module/*"
  },
  "repository": {
    "type": "git",
    "url": "https://gitee.com/kahal/npm-package"
  },
  "keywords": [
    "infly",
    "infly-libs",
    "libs"
  ],
  "author": "Kahal",
  "license": "ISC",
  "dependencies": {},
  "devDependencies-仅在需要webpack时候删除": {
    "@babel/core": "^7.27.3",
    "@babel/preset-env": "^7.27.2",
    "babel-loader": "^10.0.0",
    "webpack": "^5.99.9",
    "webpack-cli": "^6.0.1",
    "webpack-node-externals": "^3.0.0"
  }
}
