UNPKG

@serverless/typescript

Version:
44 lines (43 loc) 1.14 kB
{ "name": "@serverless/typescript", "version": "4.27.1", "description": "Serverless typescript definitions", "main": "index.d.ts", "scripts": { "build": "tsc", "lint:fix": "eslint src --fix", "watch": "tsc -w", "test:lint": "eslint src", "test:type": "tsc --noEmit" }, "repository": { "type": "git", "url": "git+https://github.com/serverless/typescript.git" }, "keywords": [ "serverless", "sls", "typescript" ], "author": "Frédéric Barthelet", "license": "ISC", "bugs": { "url": "https://github.com/serverless/typescript/issues" }, "homepage": "https://github.com/serverless/typescript#readme", "devDependencies": { "@types/json-schema": "^7.0.6", "@typescript-eslint/eslint-plugin": "^4.10.0", "@typescript-eslint/parser": "^4.10.0", "ajv": "^7.0.3", "eslint": "^7.16.0", "eslint-config-prettier": "^7.1.0", "eslint-plugin-import": "^2.22.1", "eslint-plugin-prettier": "^3.3.0", "json-schema-to-typescript": "^10.1.3", "lodash": "^4.17.21", "prettier": "^2.2.1", "serverless": "*", "typescript": "^4.0.5" } }