-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 874 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 874 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
{
"name": "@starfederation/datastar-sdk",
"version": "1.0.0",
"description": "TypeScript SDK for Datastar",
"scripts": {
"build": "deno run -A build.ts",
"test": "bash ./test/run-all.sh"
},
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/starfederation/datastar-typescript.git"
},
"author": "Patrick Marchand",
"contributors": [
"Edu Wass"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/starfederation/datastar-typescript/issues"
},
"homepage": "https://github.com/starfederation/datastar-typescript#readme",
"files": [
"npm/script/src/",
"npm/script/package.json",
"npm/esm/src/",
"npm/esm/package.json",
"npm/package.json",
"npm/README.md",
"README.md"
],
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "~5.6.2"
}
}