{ "name": "@azure-tools/tasks", "version": "3.0.255", "description": "Async tasks for Azure Open Source Projects", "engines": { "node": ">=10.12.0" }, "main": "./dist/main.js", "typings": "./dist/main.d.ts", "repository": { "type": "git", "url": "git+https://github.com/Azure/perks.git" }, "scripts": { "build": "tsc -p .", "watch": "tsc -p . --watch", "eslint-fix": "eslint . --fix --ext .ts", "eslint": "eslint . --ext .ts", "prepare": "npm run build", "test": "npm run build && _mocha dist/test --timeout 50000", "test:ci": "npm run build && mocha dist/test --timeout 50000", "clean": "ver > nul 2>&1 nul && npm run --silent clean-cmd || npm run --silent clean-bash", "clean-cmd": "if exist dist rmdir /s /q dist && exit 0 || exit 0 ", "clean-bash": "rm nul && rm -rf dist && exit 0 || exit 0" }, "keywords": [ "perks", "tasks", "azure", "typescript" ], "author": "Microsoft", "license": "MIT", "bugs": { "url": "https://github.com/Azure/perks/issues" }, "homepage": "https://github.com/Azure/perks/tree/master/tasks#readme", "readme": "https://github.com/Azure/perks/tree/master/tasks/readme.md", "devDependencies": { "@types/node": "12.7.2", "@types/mocha": "5.2.5", "mocha": "5.2.0", "mocha-typescript": "1.1.17", "typescript": "~3.9.7", "@typescript-eslint/eslint-plugin": "~2.6.0", "@typescript-eslint/parser": "~2.6.0", "eslint": "~6.6.0", "source-map-support": "0.5.13" }, "dependencies": {} }