generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 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
45
{
"name": "@well-known-components/test-helpers",
"version": "1.1.0",
"description": "Test helpers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/well-known-components/test-helpers.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/well-known-components/test-helpers/issues"
},
"prettier": {
"printWidth": 120,
"semi": false,
"singleQuote": true,
"trailingComma": "none",
"tabWidth": 2
},
"homepage": "https://github.com/well-known-components/test-helpers#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.36.0",
"@well-known-components/http-server": "^2.1.0",
"@well-known-components/interfaces": "^1.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.6.2"
},
"dependencies": {
"@types/jest": "^29.5.2",
"@types/node": "^22.5.4",
"@types/sinon": "^17.0.1",
"jest": "^29.5.0",
"node-fetch": "2.x",
"sinon": "^18.0.0",
"ts-jest": "^29.1.0"
},
"files": [
"dist"
]
}