-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 991 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 991 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
{
"name": "datastar-plugin-starter",
"version": "0.1.0",
"description": "A starter template for creating Datastar plugins in Typescript",
"keywords": ["datastar", "plugin", "starter", "template", "typescript"],
"homepage": "https://github.com/Regaez/datastar-plugin-starter#readme",
"bugs": {
"url": "https://github.com/Regaez/datastar-plugin-starter/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Regaez/datastar-plugin-starter.git"
},
"license": "MIT",
"author": "Thomas Threadgold",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "node esbuild.mjs",
"watch": "node esbuild.dev.mjs"
},
"devDependencies": {
"datastar": "github:starfederation/datastar#v1.0.0",
"esbuild": "0.27.0",
"typescript": "5.9.3"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a"
}