-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 KB
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
45
46
47
{
"name": "pkts",
"description": "Typescript tools for Pebble",
"author": "jccit",
"version": "0.3.0-beta.1",
"type": "module",
"license": "MIT",
"homepage": "https://github.com/jccit/PebbleKit.ts",
"keywords": [
"pebble",
"typescript",
"pkts",
"pkjs"
],
"scripts": {
"build": "rollup -c",
"prepare": "npm run build",
"check-types": "tsc -p config/tsconfig.json --noEmit"
},
"bin": {
"pkts": "bin/pkts.js"
},
"dependencies": {
"@babel/cli": "^7.28.3",
"@babel/core": "^7.28.5",
"@babel/plugin-transform-runtime": "^7.28.5",
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.28.5",
"@babel/runtime": "^7.28.4",
"@babel/runtime-corejs3": "^7.28.4",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^28.0.6",
"@rollup/plugin-inject": "^5.0.5",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.3.0",
"@types/node": "^24.3.0",
"core-js": "^3.44.0",
"regenerator-runtime": "^0.14.1",
"rollup": "^4.53.3",
"termost": "^1.9.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3",
"whatwg-fetch": "^3.6.20"
}
}