-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
{
"name": "outilx",
"publishConfig": {
"access": "public"
},
"version": "0.0.1-alpha.6",
"type": "module",
"files": [
"dist"
],
"module": "dist/esm/index.js",
"main": "dist/cjs/index.cjs",
"types": "dist/esm/index.d.ts",
"scripts": {
"dev": "tsup --watch",
"build": "tsup",
"test": "vitest",
"release": "bumpp && npm publish",
"prepublish": "concurrently \"pnpm run build\" \"pnpm run test\"",
"docs": "jsdoc -c jsdoc.config.json",
"preview:docs": "serve ./docs"
},
"devDependencies": {
"@types/node": "^20.10.5",
"better-docs": "^2.7.3",
"bumpp": "^9.6.1",
"concurrently": "^9.0.1",
"jsdoc": "^4.0.2",
"outilx": "link:",
"serve": "^14.2.4",
"tsup": "^8.0.1",
"typescript": "^5.2.2",
"vitest": "^1.1.0"
},
"dependencies": {
"fast-json-stable-stringify": "^2.1.0",
"unplugin-glob": "^0.3.3"
},
"packageManager": "[email protected]+sha512.e5a7e52a4183a02d5931057f7a0dbff9d5e9ce3161e33fa68ae392125b79282a8a8a470a51dfc8a0ed86221442eb2fb57019b0990ed24fab519bf0e1bc5ccfc4"
}