UNPKG

2.11 kBJSONView Raw
1{
2 "name": "csstype",
3 "version": "3.0.10",
4 "main": "",
5 "types": "index.d.ts",
6 "description": "Strict TypeScript and Flow types for style based on MDN data",
7 "repository": "https://github.com/frenic/csstype",
8 "author": "Fredrik Nicol <fredrik.nicol@gmail.com>",
9 "license": "MIT",
10 "devDependencies": {
11 "@types/chokidar": "^2.1.3",
12 "@types/css-tree": "^1.0.6",
13 "@types/jest": "^27.0.1",
14 "@types/jsdom": "^16.2.13",
15 "@types/node": "^16.9.1",
16 "@types/prettier": "^2.3.2",
17 "@types/request": "^2.48.7",
18 "@types/turndown": "^5.0.1",
19 "@typescript-eslint/eslint-plugin": "^4.31.0",
20 "@typescript-eslint/parser": "^4.31.0",
21 "chalk": "^4.1.2",
22 "chokidar": "^3.5.2",
23 "eslint": "^7.32.0",
24 "css-tree": "^1.1.3",
25 "eslint-config-prettier": "^8.3.0",
26 "eslint-plugin-prettier": "^4.0.0",
27 "fast-glob": "^3.2.7",
28 "flow-bin": "^0.159.0",
29 "jest": "^27.2.0",
30 "jsdom": "^17.0.0",
31 "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#a9a17ff717b73cb9bb7072357a080509b73e22bb",
32 "mdn-data": "git+https://github.com/mdn/data.git#ff55c39c1da3f1519e3a8f890a7cf6e6339a4b87",
33 "prettier": "^2.4.0",
34 "request": "^2.88.2",
35 "ts-jest": "^27.0.5",
36 "ts-node": "^10.2.1",
37 "turndown": "^7.1.1",
38 "typescript": "~4.4.3"
39 },
40 "scripts": {
41 "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
42 "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
43 "update": "ts-node --files update.ts",
44 "build": "ts-node --files build.ts --start",
45 "watch": "ts-node --files build.ts --watch",
46 "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
47 "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
48 "lazy": "tsc && npm run lint",
49 "test": "jest",
50 "test:src": "jest src.*.ts",
51 "test:dist": "jest dist.*.ts"
52 },
53 "files": [
54 "index.d.ts",
55 "index.js.flow"
56 ],
57 "keywords": [
58 "css",
59 "style",
60 "typescript",
61 "flow",
62 "typings",
63 "types",
64 "definitions"
65 ]
66}