@trackcity/plugins
Version:
Trackcity Plugin base
30 lines (29 loc) • 680 B
JSON
{
"name": "@trackcity/plugins",
"version": "0.0.9",
"description": "Trackcity Plugin base",
"main": "src/index.js",
"typings": "typings/index.d.ts",
"private": false,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"trackcity"
],
"author": "Max Jackson",
"license": "MIT",
"dependencies": {
"@trackcity/managers": "^0.0.3",
"chalk": "^5.2.0",
"cli": "^1.0.1",
"cli-color": "^2.0.3",
"flaps-logger": "^1.0.1",
"fs": "^0.0.1-security",
"fs-extra": "^11.1.0",
"nanospinner": "^1.1.0",
"path": "^0.12.7",
"trackcity": "^1.0.11"
}
}