-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
57 lines (57 loc) · 1.61 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
50
51
52
53
54
55
56
57
{
"name": "xd-crossword-tools",
"version": "6.5.1",
"description": "Tools for taking different crossword file formats and converting them to xd, and for converting an xd file to useful JSON",
"main": "dist/index.js",
"module": "./dist/index.mjs",
"scripts": {
"test": "jest",
"docs": "md-magic",
"build": "tsup index.ts --dts --format esm,cjs,iife",
"prepublishOnly": "pnpm docs && pnpm build",
"type-check": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/puzmo/xd-crossword-tools.git"
},
"keywords": [],
"author": "Orta Therox & Puzzmo contributors",
"license": "ISC",
"bugs": {
"url": "https://github.com/puzmo/xd-crossword-tools/issues"
},
"homepage": "https://github.com/puzmo/xd-crossword-tools#readme",
"jest": {
"transform": {
"^.+\\.(t|j)sx?$": [
"@swc/jest"
]
},
"watchPathIgnorePatterns": [
"__file_snapshots__"
],
"snapshotFormat": {
"printBasicPrototype": false
}
},
"prettier": {
"printWidth": 140,
"semi": false
},
"devDependencies": {
"@swc/cli": "^0.1.55",
"@swc/core": "^1.2.135",
"@swc/jest": "^0.2.17",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.21",
"jest": "^27.4.7",
"jest-file-snapshot": "^0.5.0",
"markdown-magic": "^2.6.0",
"tsup": "^5.11.13",
"typescript": "^4.5.5",
"@confuzzle/writepuz": "^1.2.3",
"@confuzzle/readpuz": "^1.2.3"
},
"packageManager": "[email protected]+sha512.38dc6fba8dba35b39340b9700112c2fe1e12f10b17134715a4aa98ccf7bb035e76fd981cf0bb384dfa98f8d6af5481c2bef2f4266a24bfa20c34eb7147ce0b5e"
}