{ "name": "@slack/types", "version": "1.9.0", "description": "Shared type definitions for the Node Slack SDK", "author": "Slack Technologies, Inc.", "license": "MIT", "keywords": [ "slack", "typescript", "types", "api" ], "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist/**/*" ], "engines": { "node": ">= 8.9.0", "npm": ">= 5.5.1" }, "repository": "slackapi/node-slack-sdk", "homepage": "https://slack.dev/node-slack-sdk", "publishConfig": { "access": "public" }, "bugs": { "url": "https://github.com/slackapi/node-slack-sdk/issues" }, "scripts": { "prepare": "npm run build", "build": "npm run build:clean && tsc", "build:clean": "shx rm -rf ./dist", "lint": "tslint --project .", "test": "npm run build && echo \"Tests are not implemented.\" && exit 0", "ref-docs:model": "api-extractor run" }, "devDependencies": { "@microsoft/api-extractor": "^7.3.4", "shx": "^0.3.2", "tslint": "^5.13.1", "tslint-config-airbnb": "^5.11.1", "typescript": "^3.3.3333" } }