UNPKG

wpsjs

Version:

用于开发wps加载项的工具包

54 lines (53 loc) 1.17 kB
{ "name": "wpsjs", "version": "2.2.2", "description": "用于开发wps加载项的工具包", "main": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "" }, "keywords": [ "wps", "wps加载项", "wpsjs" ], "author": { "name": "zouyf", "email": "156411203@qq.com" }, "bin": { "wpsjs": "./src/index.js" }, "exports" : { "./vite_plugins": "./src/vite_plugins.js" }, "license": "ISC", "devDependencies": { "wps-jsapi": "latest" }, "dependencies": { "7zip-bin": "^5.2.0", "chalk": "^3.0.0", "commander": "^4.1.1", "execa": "^4.0.0", "express": "^4.17.1", "fs-extra": "^8.1.0", "fswin": "^3.19.908", "ini": "^1.3.5", "inquirer": "^7.1.0", "leven": "^3.1.0", "lodash.defaultsdeep": "^4.6.1", "minimist": "^1.2.5", "node-7z": "^3.0.0", "portfinder": "^1.0.25", "recursive-watch": "^1.1.4", "sudo-js": "^1.0.2", "wpsjs-rpc-sdk-new": "latest", "xml2js": "^0.6.2", "typescript": "^5.7.2" } }