@drovp/run
Version:
Execute one or multiple console commands on dropped items.
49 lines (48 loc) • 1.05 kB
JSON
{
"name": "@drovp/run",
"version": "4.0.0",
"description": "Execute one or multiple console commands on dropped items.",
"homepage": "https://github.com/drovp/run",
"bugs": "https://github.com/drovp/run/issues",
"repository": "github:drovp/run",
"main": "dist/index.js",
"keywords": [
"drovpplugin",
"run",
"execute",
"cli",
"command"
],
"author": "tomasklaen",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"*.md"
],
"scripts": {
"build": "tsc",
"watch": "tsc --watch",
"clean": "rimraf dist",
"start": "npm-run-all clean watch",
"preversion": "npm-run-all clean build",
"git-push": "git push",
"npm-publish": "npm publish",
"postversion": "npm-run-all git-push npm-publish"
},
"devDependencies": {
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2",
"tslib": "^2.4.0",
"typescript": "^4.7.4"
},
"dependencies": {
"@drovp/types": "^4.11.0",
"dayjs": "^1.11.4",
"expand-template-literal": "^1.0.3",
"platform-paths": "^1.2.2",
"pretty-ms": "^7.0.1"
}
}