-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 933 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 933 Bytes
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
{
"name": "@configuse/configuse-js-client",
"version": "0.0.19-alpha-test",
"description": "configuse js client",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"prepublish": "tsc",
"test": "jest",
"test:watch": "jest --watch",
"cov": "jest --coverage"
},
"repository": {
"type": "git",
"url": "github.com/configuse/configuse-js-client"
},
"keywords": [
"configuse-js-client",
"configuse",
"dynamic configuration menagement"
],
"author": "configuse",
"license": "ISC",
"dependencies": {
"@babel/plugin-transform-regenerator": "^7.12.1",
"@types/uuid": "^3.3.2",
"axios": "^0.21.0",
"node-fetch": "^2.6.1",
"uuid": "^3.3.2"
},
"devDependencies": {
"@babel/plugin-transform-react-jsx": "^7.10.4",
"@types/node": "^14.14.10",
"babel-jest": "^24.9.0",
"babel-polyfill": "^6.26.0",
"typescript": "^4.7.4"
}
}