-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (33 loc) · 813 Bytes
/
package.json
File metadata and controls
34 lines (33 loc) · 813 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
{
"name": "togglekit",
"version": "0.0.0",
"private": true,
"description": "A self-hosted feature flag system with Rust evaluation engine and TypeScript SDKs",
"packageManager": "pnpm@8.15.0",
"engines": {
"node": ">=20.0.0"
},
"scripts": {
"dev": "nx run-many --target=dev --parallel=10",
"build": "nx run-many --target=build",
"test": "nx run-many --target=test",
"lint": "nx run-many --target=lint"
},
"devDependencies": {
"@types/node": "^20.11.0",
"@typescript-eslint/eslint-plugin": "^6.19.0",
"@typescript-eslint/parser": "^6.19.0",
"eslint": "^8.56.0",
"nx": "^18.0.4",
"typescript": "^5.3.3"
},
"keywords": [
"feature-flags",
"toggles",
"rust",
"typescript",
"self-hosted"
],
"author": "",
"license": "MIT"
}