-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjsr.json
More file actions
32 lines (32 loc) · 761 Bytes
/
jsr.json
File metadata and controls
32 lines (32 loc) · 761 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
{
"name": "@lindentechde/somon-script",
"version": "0.3.60",
"description": "A programming language that compiles to JavaScript, written in Tajik Cyrillic",
"exports": {
".": "./src/index.ts"
},
"license": "UNLICENSED",
"author": {
"name": "LindenTech IT Consulting",
"email": "info@lindentech.de",
"url": "https://lindentech.de"
},
"maintainers": [
{
"name": "Bakhtier Gaibulloev",
"email": "bakhtier.gaibulloev@gmail.com",
"url": "https://www.linkedin.com/in/gbakhtier/"
}
],
"publish": {
"include": [
"src/**/*.ts",
"package.json",
"README.md",
"LICENSE",
"CHANGELOG.md",
"AUTHORS.md"
],
"exclude": ["src/**/*.test.ts", "src/**/*.spec.ts"]
}
}