{ "name": "csstype", "version": "3.0.11", "main": "", "types": "index.d.ts", "description": "Strict TypeScript and Flow types for style based on MDN data", "repository": "https://github.com/frenic/csstype", "author": "Fredrik Nicol ", "license": "MIT", "devDependencies": { "@types/chokidar": "^2.1.3", "@types/css-tree": "^1.0.7", "@types/jest": "^27.4.0", "@types/jsdom": "^16.2.14", "@types/node": "^16.11.22", "@types/prettier": "^2.4.3", "@types/request": "^2.48.8", "@types/turndown": "^5.0.1", "@typescript-eslint/eslint-plugin": "^5.10.2", "@typescript-eslint/parser": "^5.10.2", "chalk": "^4.1.2", "chokidar": "^3.5.3", "eslint": "^8.8.0", "css-tree": "^2.0.4", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "fast-glob": "^3.2.11", "flow-bin": "^0.171.0", "jest": "^27.4.7", "jsdom": "^19.0.0", "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#92bf4cb8c5594edb314995e53a9cde79d5fb1b1e", "mdn-data": "git+https://github.com/mdn/data.git#cad93443ab28ee08b1ba490b13cf45eafd1f008d", "prettier": "^2.5.1", "request": "^2.88.2", "ts-jest": "^27.1.3", "ts-node": "^10.4.0", "turndown": "^7.1.1", "typescript": "~4.5.5" }, "scripts": { "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__", "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts", "update": "ts-node --files update.ts", "build": "ts-node --files build.ts --start", "watch": "ts-node --files build.ts --watch", "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix", "pretty": "prettier --write build.ts **/*.{ts,js,json,md}", "lazy": "tsc && npm run lint", "test": "jest", "test:src": "jest src.*.ts", "test:dist": "jest dist.*.ts" }, "files": [ "index.d.ts", "index.js.flow" ], "keywords": [ "css", "style", "typescript", "flow", "typings", "types", "definitions" ] }