generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 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
{
"name": "@well-known-components/features-component",
"version": "1.0.0",
"description": "base component",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/well-known-components/features-component.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/well-known-components/features-component/issues"
},
"prettier": {
"printWidth": 120,
"semi": false
},
"homepage": "https://github.com/well-known-components/features-component#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.48.1",
"@types/jest": "^28.1.0",
"@types/node": "^20.3.2",
"@well-known-components/env-config-provider": "^1.2.0",
"@well-known-components/http-server": "^2.1.0",
"@well-known-components/logger": "^3.1.3",
"@well-known-components/test-helpers": "^1.5.8",
"jest": "^28.1.0",
"ts-jest": "^28.0.4",
"typescript": "^5.7.2"
},
"files": [
"dist"
],
"dependencies": {
"@well-known-components/interfaces": "^1.4.3"
}
}