-
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) · 785 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 785 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": "pixinsight-typescript-definitions",
"version": "2.0.0",
"description": "Authoritative TypeScript Starter Template and Type Definitions for PixInsight 1.9.4+ (V8 Engine)",
"repository": {
"type": "git",
"url": "https://github.com/TheAmazingLooser/PixInsight_TypeScript_Definitions.git"
},
"scripts": {
"build": "node scripts/build.js",
"watch": "node scripts/build.js --watch",
"type-check": "npx --package typescript tsc --noEmit",
"test": "npx vitest run"
},
"keywords": [
"pixinsight",
"pjsr",
"typescript",
"astrophotography",
"v8",
"template"
],
"author": "TheAmazingLooser",
"license": "MIT",
"devDependencies": {
"esbuild": "^0.20.0",
"typescript": "^5.4.0",
"vitest": "^1.6.0"
}
}