-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 946 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
{
"name": "@infinitaslearning/systemic-configcat",
"version": "3.0.0",
"description": "A systemic configcat component",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "rimraf dist && tsc"
},
"keywords": [
"systemic",
"configcat"
],
"author": "ILPT",
"license": "ISC",
"dependencies": {
"configcat-node": "^11.3.0"
},
"devDependencies": {
"@types/jest": "^29.2.3",
"eslint": "^8.25.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.26.0",
"jest": "^29.3.1",
"rimraf": "^3.0.2",
"systemic": "^4.1.2",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infinitaslearning/systemic-configcat.git"
},
"bugs": {
"url": "https://github.com/infinitaslearning/systemic-configcat/issues"
},
"homepage": "https://github.com/infinitaslearning/systemic-configcat#readme"
}