generated from atls-lab/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.11 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
{
"name": "@atls/code-service",
"version": "0.1.4",
"license": "BSD-3-Clause",
"main": "src/index.ts",
"files": [
"dist",
"tsconfig.stub.json"
],
"scripts": {
"build": "yarn library build",
"prepack": "yarn run build",
"postpack": "rm -rf dist"
},
"dependencies": {
"@atls/config-typescript": "workspace:*",
"@atls/webpack-proto-imports-loader": "workspace:*",
"@atls/webpack-start-server-plugin": "workspace:*",
"@yarnpkg/cli": "4.1.0",
"@yarnpkg/core": "4.0.3",
"css-loader": "6.8.1",
"fast-glob": "3.2.11",
"find-up": "5.0.0",
"string-replace-loader": "3.1.0",
"style-loader": "3.3.3",
"ts-loader": "9.5.1",
"typescript": "5.2.2",
"webpack": "5.89.0",
"yaml-loader": "0.8.0"
},
"devDependencies": {
"@types/jest": "27.5.2",
"@types/node": "18.19.3",
"@types/protocol-buffers-schema": "3.4.3",
"@types/wait-for-localhost": "3.1.0",
"@types/webpack": "5.28.5",
"@yarnpkg/fslib": "3.0.2",
"wait-for-localhost": "4.0.1"
},
"publishConfig": {
"main": "dist/index.js",
"typings": "dist/index.d.ts"
}
}