{ "name": "ts-init", "version": "1.0.0", "description": "", "main": "src/lim.ts", "scripts": { "build:weblib": "cross-env NODE_ENV=production platform=web webpack --mode=production --config ./build/webpack.lib.config.js", "build:unilib": "cross-env NODE_ENV=production platform=uniapp webpack --mode=production --config ./build/webpack.lib.config.js", "build:wxlib": "cross-env NODE_ENV=production platform=wx webpack --mode=production --config ./build/webpack.lib.config.js", "tsc": "tsc", "rnlib": "node ./build/export-ts-lib", "test": "jest" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@types/websocket": "^1.0.2", "loglevel-es": "^1.7.1", "websocket": "^1.0.34", "@types/isomorphic-fetch": "^0.0.35", "@types/plupload": "^2.0.7", "crypto-js": "^3.3.0", "isomorphic-fetch": "^2.2.1", "plupload": "^2.3.6", "whatwg-fetch": "^3.6.2", "wxapp-fetch": "^0.1.1" }, "devDependencies": { "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "@babel/preset-typescript": "^7.15.0", "@types/jest": "^27.0.1", "babel-jest": "^27.0.6", "jest": "^27.0.6", "cross-env": "6.0.0", "jest-localstorage-mock": "^2.4.16", "mock-local-storage": "^1.1.17", "ts-jest": "^27.0.4", "ts-node": "^10.2.0", "ts-proto": "^1.82.5", "typescript": "^3.8.3", "@types/node": "^10.17.60", "child_process": "^1.0.2", "clean-webpack-plugin": "^3.0.0", "dotenv": "^8.2.0", "express": "^4.17.1", "html-webpack-plugin": "^3.2.0", "js-conditional-compile-loader": "^1.0.14", "jszip": "^3.6.0", "prettier": "^1.16.4", "ts-lint": "^4.5.1", "ts-loader": "^6.0.4", "tslint": "^5.11.0", "tslint-loader": "^3.5.4", "tslint-to-eslint-config": "^0.5.1", "webpack": "^4.39.2", "webpack-cli": "^3.3.7", "webpack-dev-server": "^3.8.0", "webpack-merge": "^4.2.1" } }