{ "name": "csstype", "version": "3.0.7", "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/jest": "^26.0.20", "@types/jsdom": "^16.2.6", "@types/node": "^14.14.31", "@types/prettier": "^2.2.1", "@types/request": "^2.48.5", "@types/turndown": "^5.0.0", "chalk": "^4.1.0", "chokidar": "^3.5.1", "fast-glob": "^3.2.5", "flow-bin": "^0.145.0", "jest": "^26.6.3", "jsdom": "^16.4.0", "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#f58673c23654744b36c3cae47a115aa474965566", "mdn-data": "git+https://github.com/mdn/data.git#bd41d1aaae1eae7f86fe6a5e4c708a51f021f0de", "prettier": "^2.2.1", "request": "^2.88.2", "ts-jest": "^26.5.2", "ts-node": "^9.1.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "turndown": "^7.0.0", "typescript": "~4.2.2", "yarn": "^1.22.10" }, "scripts": { "prepublish": "yarn install --cwd __tests__ && yarn install --cwd __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": "tslint --exclude node_modules/**/* --exclude **/*.d.ts --fix **/*.ts", "pretty": "prettier --write build.ts **/*.{ts,js,json,md}", "lazy": "tsc && npm run lint && npm run pretty", "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" ] }