-
Notifications
You must be signed in to change notification settings - Fork 36
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
39
{
"name": "featurevisor",
"private": true,
"version": "0.0.0",
"description": "Feature management for developers",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "lerna run build",
"test": "lerna run test"
},
"author": {
"name": "Fahad Heylaal",
"url": "https://fahad19.com"
},
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.17.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.1",
"@typescript-eslint/parser": "^8.18.1",
"eslint": "^9.17.0",
"globals": "^15.14.0",
"jest": "^29.4.2",
"lerna": "^9.0.3",
"prettier": "^3.4.2",
"rimraf": "^4.1.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"typescript": "^5.7.2",
"webpack": "^5.97.1",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^4.15.1"
}
}