generated from well-known-components/base-ts-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (39 loc) · 966 Bytes
/
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
{
"name": "@well-known-components/rollouts-lib",
"version": "1.0.0",
"description": "Progressive rollouts helpers",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/well-known-components/rollouts-lib.git"
},
"keywords": [],
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/well-known-components/rollouts-lib/issues"
},
"prettier": {
"printWidth": 120,
"semi": false
},
"homepage": "https://github.com/well-known-components/rollouts-lib#readme",
"devDependencies": {
"@microsoft/api-extractor": "^7.17.0",
"typescript": "^4.3.5",
"@types/jest": "^26.0.23",
"jest": "^27.0.6",
"ts-jest": "^27.0.3"
},
"dependencies": {
"@types/murmurhash3js": "^3.0.2",
"@types/semver": "^7.3.8",
"murmurhash3js": "^3.0.1",
"semver": "^7.3.5"
},
"files": [
"dist"
]
}