{
  "name": "@thewen/wenjs",
  "version": "1.1.1",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "login": "npm login --registry https://registry.npmjs.org",
    "push": "gulp changeVersion && npm publish --registry https://registry.npmjs.org --access=public",
    "test": "jest --config jest.config.ts",
    "build": "npx webpack && gulp compile",
    "watch": "gulp watchTS"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wen-js/wenjs.git"
  },
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wen-js/wenjs/issues"
  },
  "homepage": "https://github.com/wen-js/wenjs#readme",
  "devDependencies": {
    "@babel/core": "^7.14.3",
    "@babel/preset-env": "^7.14.2",
    "@babel/preset-typescript": "^7.13.0",
    "@types/jest": "^26.0.23",
    "babel-jest": "^26.6.3",
    "clean-webpack-plugin": "^4.0.0-alpha.0",
    "del": "^6.0.0",
    "gulp": "^4.0.2",
    "gulp-bump": "^3.2.0",
    "gulp-shell": "^0.8.0",
    "gulp-typescript": "^6.0.0-alpha.1",
    "gulp-watch": "^5.0.1",
    "jest": "^26.6.3",
    "terser-webpack-plugin": "^5.1.2",
    "through2": "^4.0.2",
    "ts-loader": "^9.2.1",
    "ts-node": "^9.1.1",
    "typescript": "^4.2.4",
    "webpack": "^5.37.1",
    "webpack-cli": "^4.7.0"
  },
  "files": [
    "dist",
    "lib"
  ]
}
