-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 879 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 879 Bytes
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
{
"name": "@pg-nano/pg-tmp",
"type": "module",
"version": "2.0.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/pg-nano/pg-tmp.git"
},
"exports": {
".": {
"types": "./dist/mod.d.ts",
"import": "./dist/mod.js"
}
},
"engines": {
"node": ">=18"
},
"files": [
"dist"
],
"scripts": {
"test": "vitest",
"dev": "tsup --watch --sourcemap",
"build": "rimraf dist && tsup",
"prepublishOnly": "pnpm build"
},
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@radashi-org/biome-config": "^1.0.2",
"@types/node": "^22.9.0",
"radashi": "12.3.0-beta.8c8abf6",
"rimraf": "^6.0.1",
"tsup": "^8.3.5",
"typescript": "^5.6.3",
"vitest": "^2.1.5"
},
"dependencies": {
"mri": "^1.2.0",
"tinyglobby": "^0.2.10",
"tinyspawn": "^1.3.3"
}
}