-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.41 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
{
"name": "@prostojs/serialize-fn",
"version": "0.0.5",
"description": "Serialize/deserialize fn",
"type": "module",
"scripts": {
"build": "pnpm -r build",
"test": "pnpm -r test",
"pub": "pnpm -r pub",
"version:patch": "pnpm run test && pnpm version patch && node ./scripts/sync && pnpm run build && git add . && git commit -m \"chore: bump version\" && git push && pnpm run pub"
},
"keywords": [],
"author": "Artem Maltsev",
"license": "MIT",
"bugs": {
"url": "https://github.com/prostojs/serialize-fn/issues"
},
"homepage": "https://github.com/prostojs/serialize-fn#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.7",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint": "8.55.0",
"eslint-import-resolver-typescript": "3.6.1",
"eslint-plugin-array-func": "4.0.0",
"eslint-plugin-import": "2.29.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-regexp": "2.5.0",
"eslint-plugin-simple-import-sort": "10.0.0",
"eslint-plugin-sonarjs": "0.23.0",
"eslint-plugin-unicorn": "49.0.0",
"eslint-plugin-yml": "1.10.0",
"prettier": "3.1.1",
"rollup": "^4.19.1",
"rollup-plugin-dts": "^6.1.1",
"rollup-plugin-typescript2": "^0.36.0",
"typescript": "^5.5.4",
"vitest": "^2.0.4"
}
}