-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
31 lines (31 loc) · 963 Bytes
/
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
{
"name": "@airthium/tanatloc-formula-validator",
"version": "1.0.65",
"main": "dist/index.js",
"repository": "git@github.com:Airthium/tanatloc-formula-validator.git",
"license": "AGPL-3.0-or-later",
"author": {
"name": "Airthium",
"url": "https://github.com/orgs/Airthium/people"
},
"type": "module",
"scripts": {
"depcheck": "depcheck --ignores typescript,ts-node,@swc/jest",
"prettier": "prettier -l '**/*.{js,ts,json,md}'",
"test": "jest --config config/jest.config.ts --silent --coverage",
"get-list": "node tools/getList.js",
"build": "swc --config-file config/.swcrc src/ --out-dir dist --strip-leading-paths"
},
"devDependencies": {
"@swc/cli": "0.5.2",
"@swc/core": "1.10.0",
"@swc/jest": "0.2.37",
"@types/jest": "29.5.14",
"depcheck": "1.4.7",
"jest": "29.7.0",
"prettier": "3.4.2",
"ts-node": "10.9.2",
"typescript": "5.7.2"
},
"packageManager": "yarn@4.5.3"
}