UNPKG

typescript-styled-plugin

Version:

TypeScript language service plugin that adds IntelliSense for styled components

54 lines (53 loc) 1.44 kB
{ "name": "typescript-styled-plugin", "version": "0.18.3", "description": "TypeScript language service plugin that adds IntelliSense for styled components", "keywords": [ "TypeScript", "styled", "styled-components", "styled components", "css" ], "main": "lib/index.js", "author": "Microsoft", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Microsoft/typescript-styled-plugin.git" }, "bugs": { "url": "https://github.com/Microsoft/typescript-styled-plugin/issues" }, "dependencies": { "typescript-template-language-service-decorator": "^2.3.2", "vscode-css-languageservice": "^5.1.4", "vscode-emmet-helper": "^2.6.4", "vscode-languageserver-textdocument": "^1.0.1", "vscode-languageserver-types": "^3.16.0" }, "files": [ "lib" ], "devDependencies": { "@types/chai": "^4.1.4", "@types/mocha": "^5.2.4", "@types/node": "^16.4.2", "@typescript-eslint/eslint-plugin": "^5.6.0", "@typescript-eslint/parser": "^5.6.0", "chai": "^4.1.2", "eslint": "^8.4.0", "eslint-plugin-prettier": "^4.0.0", "glob": "^7.1.2", "mocha": "^8.3.0", "prettier": "^2.2.1", "typescript": "^4.5.2" }, "scripts": { "compile": "tsc -p .", "watch:compile": "tsc --watch -p .", "e2e": "mocha e2e/tests --slow 2000 --timeout 10000", "lint": "eslint src", "unit": "mocha ./lib/test" } }