UNPKG

2.05 kBJSONView Raw
1{
2 "name": "csstype",
3 "version": "3.0.9",
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/jest": "^27.0.1",
13 "@types/jsdom": "^16.2.13",
14 "@types/node": "^16.9.1",
15 "@types/prettier": "^2.3.2",
16 "@types/request": "^2.48.7",
17 "@types/turndown": "^5.0.1",
18 "@typescript-eslint/eslint-plugin": "^4.31.0",
19 "@typescript-eslint/parser": "^4.31.0",
20 "chalk": "^4.1.2",
21 "chokidar": "^3.5.2",
22 "eslint": "^7.32.0",
23 "eslint-config-prettier": "^8.3.0",
24 "eslint-plugin-prettier": "^4.0.0",
25 "fast-glob": "^3.2.7",
26 "flow-bin": "^0.159.0",
27 "jest": "^27.2.0",
28 "jsdom": "^17.0.0",
29 "mdn-browser-compat-data": "git+https://github.com/mdn/browser-compat-data.git#9660656bb7acc7eee075d2b1ee589cbc2d8da1d0",
30 "mdn-data": "git+https://github.com/mdn/data.git#46942543a1ca2160b85a19e55dfcb33a964daecc",
31 "prettier": "^2.4.0",
32 "request": "^2.88.2",
33 "ts-jest": "^27.0.5",
34 "ts-node": "^10.2.1",
35 "turndown": "^7.1.1",
36 "typescript": "~4.4.3"
37 },
38 "scripts": {
39 "prepublish": "npm install --prefix __tests__ && npm install --prefix __tests__/__fixtures__",
40 "prepublishOnly": "tsc && npm run test:src && npm run build && ts-node --files prepublish.ts",
41 "update": "ts-node --files update.ts",
42 "build": "ts-node --files build.ts --start",
43 "watch": "ts-node --files build.ts --watch",
44 "lint": "eslint . --ext .js,.jsx,.ts,.tsx --fix",
45 "pretty": "prettier --write build.ts **/*.{ts,js,json,md}",
46 "lazy": "tsc && npm run lint",
47 "test": "jest",
48 "test:src": "jest src.*.ts",
49 "test:dist": "jest dist.*.ts"
50 },
51 "files": [
52 "index.d.ts",
53 "index.js.flow"
54 ],
55 "keywords": [
56 "css",
57 "style",
58 "typescript",
59 "flow",
60 "typings",
61 "types",
62 "definitions"
63 ]
64}