-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "source",
"private": true,
"scripts": {
"start": "tsup --watch",
"build": "tsup --env.NODE_ENV=production",
"test": "jest -c tests/spec/config.js",
"lint": "eslint packages --ext ts",
"resolve": "pnpm --filter resolve",
"builder": "pnpm --filter builder"
},
"dependencies": {
"@abxvn/webpack-dts": "workspace:^",
"@changesets/cli": "^2.27.1",
"tsup": "^8.0.1",
"typescript": "~5.0.4"
},
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/jest": "^29.5.11",
"@types/node": "^20.10.5",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"bufferutil": "^4.0.8",
"emitter": "^0.0.5",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-n": "^15.7.0",
"eslint-plugin-promise": "^6.1.1",
"fs-extra": "^11.2.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"utf-8-validate": "^6.0.3"
}
}