-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 KB
/
package.json
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
48
49
{
"author": "bluehexagons",
"description": "Capacitor is a client/server synchronization utility written for Antistatic",
"homepage": "https://github.com/bluehexagons/capacitor#readme",
"keywords": [],
"license": "GPL-3.0",
"main": "build/src/index.js",
"name": "@bluehexagons/capacitor",
"version": "0.3.3-1",
"types": "build/src/index.d.ts",
"type": "module",
"files": [
"build/src"
],
"scripts": {
"test": "jest",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc --pretty",
"watch": "tsc --watch --pretty",
"fix": "gts fix",
"prepare": "npm.cmd run compile",
"pretest": "npm.cmd run compile",
"posttest": "npm.cmd run lint",
"prepublish": "tsc"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"devDependencies": {
"@types/jest": "^29.5.13",
"@types/node": "^22.7.6",
"gts": "^6.0.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.2.2"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bluehexagons/capacitor.git"
},
"bugs": {
"url": "https://github.com/bluehexagons/capacitor/issues"
}
}