-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.37 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
43
44
45
46
47
48
49
{
"name": "@redduck/helpers",
"description": "A set of packages RedDuck Software uses in its projects.",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"test": "vitest run",
"build": "yarn workspaces run build",
"lint": "yarn workspaces run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedDuck-Software/helpers.git"
},
"author": {
"name": "RedDuck Software",
"email": "[email protected]",
"url": "https://redduck.io"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/RedDuck-Software/helpers/issues"
},
"homepage": "https://github.com/RedDuck-Software/helpers#readme",
"devDependencies": {
"@redduck/eslint-plugin": "*",
"@redduck/helpers-tsconfig": "*",
"@rollup/plugin-alias": "^5.0.0",
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"@types/node": "^20.6.0",
"esbuild": "^0.19.2",
"eslint": "^8.49.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"rollup": "^3.29.1",
"rollup-plugin-dts": "^6.0.2",
"rollup-plugin-esbuild": "^5.0.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-preserve-directives": "^0.2.0",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vitest": "^0.34.4"
}
}