-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 930 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "@ssh/csstypes",
"version": "1.1.0",
"description": "A set of strict type definitions for CSS length and color values",
"types": "index.ts",
"scripts": {
"release": "changeset publish",
"build:docs": "npx typedoc index.ts --sort source-order --sort alphabetical --customCss ./docs.css --out ./docs"
},
"homepage": "https://slingshot.github.io/csstypes/",
"repository": {
"type": "git",
"url": "https://github.com/slingshot/csstypes.git"
},
"files": [
"index.ts"
],
"keywords": [
"css",
"types",
"css-types",
"typecss",
"typescript"
],
"author": "Sanil Chawla",
"license": "MIT",
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@ssh/eslint-config": "^1.0.0",
"eslint": "^8.41.0",
"typedoc": "^0.24.7",
"typescript": "^5.0.4"
}
}