-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathjsr.json
More file actions
44 lines (44 loc) · 786 Bytes
/
jsr.json
File metadata and controls
44 lines (44 loc) · 786 Bytes
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
35
36
37
38
39
40
41
42
43
44
{
"name": "@tbela99/css-parser",
"version": "1.4.2",
"publish": {
"include": [
"src",
"README.md",
"package.json",
"LICENSE.md",
"CHANGELOG.md",
"tsconfig.json"
],
"exclude": [
"dist",
"test",
".gitattributes",
".github",
".idea",
".npmignore",
".npmrc",
"Writerside",
"build.sh",
"docs",
"package-lock.json",
"ROADMAP.md",
"rollup.config.js",
"tools",
".DS_Store",
".idea",
"ROADMAP.md",
"docs",
"package-lock.json",
"typedoc.json",
"typedoc-tsconfig.jsonc",
"docs/",
"files/"
]
},
"exports": {
".": "./src/node.ts",
"./node": "./src/node.ts",
"./web": "./src/web.ts"
}
}