nadesiko3-tools
Version:
commandline tools plugin for nadesiko3
28 lines (27 loc) • 670 B
JSON
{
"name": "nadesiko3-tools",
"version": "1.0.1",
"description": "commandline tools plugin for nadesiko3",
"type": "module",
"main": "nadesiko3-tools.mjs",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kujirahand/nadesiko3-tools.git"
},
"keywords": [
"nadesiko3"
],
"author": "kujirahand",
"license": "MIT",
"bugs": {
"url": "https://github.com/kujirahand/nadesiko3-tools/issues"
},
"homepage": "https://github.com/kujirahand/nadesiko3-tools#readme",
"dependencies": {
"clipboardy": "^3.0.0",
"sendkeys-js": "^0.0.4"
}
}