-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
73 lines (73 loc) · 2.02 KB
/
package.json
File metadata and controls
73 lines (73 loc) · 2.02 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "merge-strategy",
"scripts": {
"build": "npx projen build",
"bump": "npx projen bump",
"clobber": "npx projen clobber",
"compile": "npx projen compile",
"default": "npx projen default",
"eject": "npx projen eject",
"eslint": "npx projen eslint",
"format": "npx projen format",
"package": "npx projen package",
"post-compile": "npx projen post-compile",
"post-upgrade": "npx projen post-upgrade",
"pre-compile": "npx projen pre-compile",
"release": "npx projen release",
"test": "npx projen test",
"test:watch": "npx projen test:watch",
"unbump": "npx projen unbump",
"upgrade": "npx projen upgrade",
"watch": "npx projen watch",
"projen": "npx projen"
},
"devDependencies": {
"@astrojs/node": "^6.1.0",
"@astrojs/react": "^3.6.2",
"@astrojs/tailwind": "^5.1.0",
"@types/lodash": "^4.17.7",
"@types/node": "^18",
"@typescript-eslint/eslint-plugin": "^7",
"@typescript-eslint/parser": "^7",
"@vladcos/eslint-config": "latest",
"@vladcos/prettier-config": "latest",
"@vladcos/projen-base": "^0.0.331",
"@vladcos/tsconfig": "latest",
"alias-hq": "^6",
"astro": "^3.6.5",
"babel-plugin-module-resolver": "^5",
"commit-and-tag-version": "^12",
"constructs": "^10.0.0",
"eslint": "^8",
"eslint-import-resolver-typescript": "^3.6.3",
"packemon": "^3",
"prettier": "^3",
"projen": "^0.86.6",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4",
"tsx": "^4",
"typescript": "^5.5.4",
"vite-tsconfig-paths": "4",
"vitest": "^1"
},
"dependencies": {
"lodash": "^4.17.21"
},
"main": "./lib/index.js",
"license": "Apache-2.0",
"publishConfig": {
"access": "public"
},
"version": "0.0.0",
"types": "lib/index.d.ts",
"packemon": {
"format": "lib",
"platform": "node"
},
"prettier": "@vladcos/prettier-config",
"//": "~~ Generated by projen. To modify, edit .projenrc.ts and run \"npx projen\".",
"files": [
"lib/**/*",
"src/**/*"
]
}