UNPKG

@wdp-api/wim-api

Version:

51WORLD WIM Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate WIM into their own applications.

28 lines (27 loc) 749 B
{ "name": "@wdp-api/wim-api", "version": "2.0.1", "license": "MIT", "author": { "name": "Yamazakey", "email": "158015268@qq.com" }, "homepage": "https://wdpapi.51aes.com", "description": "51WORLD WIM Api is a JavaScript plugin for WdpApi, It provides a set of APIs for developers to integrate WIM into their own applications.", "keywords": ["51WORLD", "51AES", "51WDP", "WdpApi", "WIM"], "main": "./dist/index.es.js", "type": "module", "types": "./index.d.ts", "files": ["dist", "index.d.ts", "README.md", "modules", "interface"], "peerDependencies": { "wdpapi": "^2.0.0" }, "peerDependenciesMeta": { "wdpapi": { "optional": true } }, "engines": { "node": "^14.18.0 || >=16.0.0" } }