-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "@micro-lc/compose-toolkit",
"version": "0.2.2",
"types": "./dist/types/index.d.ts",
"license": "SEE LICENSE IN LICENSE",
"packageManager": "[email protected]",
"files": [
"dist",
"schemas",
"package.json",
"LICENSE"
],
"scripts": {
"lint": "eslint .",
"test": "echo 'TODO'",
"build:types": "tsc --project scripts/tsconfig.types.json",
"build:json-types": "ts-node scripts/make-types.ts",
"build": "run-s build:types build:json-types",
"bump": "node scripts/version.mjs",
"postinstall": "husky install",
"prepack": "pinst --disable",
"postpack": "pinst --enable"
},
"devDependencies": {
"@ts-type/package-dts": "^2.0.8",
"@types/node": "^22.5.2",
"commander": "^12.1.0",
"confusing-browser-globals": "^1.0.11",
"eslint": "^9.8.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-n": "^17.10.2",
"eslint-plugin-sort-keys-fix": "^1.1.2",
"eslint-plugin-typescript-sort-keys": "^3.2.0",
"husky": "^9.1.5",
"json-schema-to-typescript": "^15.0.0",
"jsonc-eslint-parser": "^2.4.0",
"node-color-log": "^12.0.1",
"npm-run-all": "^4.1.5",
"pinst": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5.5.4",
"typescript-eslint": "^7.14.1"
}
}