-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 923 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 923 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
{
"name": "@teslemetry/root",
"version": "1.0.0",
"author": {
"name": "Teslemetry",
"email": "hello@teslemetry.com",
"url": "https://teslemetry.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Teslemetry/typescript-teslemetry"
},
"bugs": "https://github.com/Teslemetry/typescript-teslemetry/issues/new",
"license": "Apache-2.0",
"scripts": {
"build": "pnpm -r build",
"test": "echo \"Error: no test specified\" && exit 1",
"changeset": "changeset",
"release": "changeset version && git commit -am 'chore(release): ${{changeset.version}}' && changeset publish --public && git push --tags",
"ci:publish": "changeset publish --provenance",
"pack": "pnpm -r pack"
},
"packageManager": "pnpm@10.18.1",
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@types/node": "^24.10.1",
"tsup": "^8.2.3",
"typescript": "^5.9.3"
}
}