@loverto/dm.dll
Version:
JS版按键精灵(大漠插件)
38 lines (37 loc) • 762 B
JSON
{
"name": "@loverto/dm.dll",
"version": "1.1.4",
"description": "JS版按键精灵(大漠插件)",
"keywords": [
"robot",
"mouse",
"keyboard",
"wqm",
"dm",
"dm.js"
],
"main": "dist/index.js",
"typings": "types/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/loverto/dm.dll.git"
},
"author": "aweiu",
"license": "ISC",
"dependencies": {
"winax": "^1.18.0"
},
"publishConfig": { "registry": "http://registry.npmjs.org/" },
"devDependencies": {
"@types/node": "^10.3.0",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.0.0",
"typescript": "^2.9.1"
},
"os": [
"win32"
]
}