-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.03 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.03 KB
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
{
"name": "lib-count",
"version": "0.0.1",
"author": "Dan Lynch <pyramation@gmail.com>",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/constructive-io/lib-count"
},
"license": "SEE LICENSE IN LICENSE",
"publishConfig": {
"access": "restricted"
},
"workspaces": [
"packages/*"
],
"scripts": {
"clean": "pnpm -r run clean",
"build": "pnpm -r run build",
"build:dev": "pnpm -r run build:dev",
"lint": "pnpm -r run lint"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"eslint": "^9.13.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.3.0",
"jest": "^29.7.0",
"lerna": "^8.2.4",
"rimraf": "4.4.1",
"pgsql-test": "^2.13.2",
"prettier": "^3.3.3",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3"
}
}