-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.01 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.01 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
{
"name": "papi-sdks",
"private": true,
"license": "MIT",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"format": "pnpm -r format"
},
"type": "module",
"prettier": {
"printWidth": 80,
"semi": false,
"trailingComma": "all",
"jsdocExperimentalFormatCommentsWithoutTags": true,
"plugins": [
"@homer0/prettier-plugin-jsdoc"
]
},
"devDependencies": {
"@homer0/prettier-plugin-jsdoc": "^11.1.0",
"@rollup/plugin-alias": "^6.0.0",
"@rollup/plugin-node-resolve": "^16.0.3",
"@types/bun": "^1.3.12",
"@types/node": "^25.6.0",
"prettier": "^3.8.3",
"rollup": "^4.60.1",
"rollup-plugin-dts": "^6.4.1",
"rollup-plugin-esbuild": "^6.2.1",
"typescript": "^6.0.2",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.4"
},
"packageManager": "pnpm@10.30.1+sha512.3590e550d5384caa39bd5c7c739f72270234b2f6059e13018f975c313b1eb9fefcc09714048765d4d9efe961382c312e624572c0420762bdc5d5940cdf9be73a"
}