-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.05 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.05 KB
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
{
"name": "ld-sample-app-node",
"version": "1.0.0",
"description": "Sample Node App",
"main": "index.js",
"scripts": {
"dev": "node --watch app.js",
"start": "node app.js",
"build": "esbuild src/public/static/js/ld.js --bundle --outfile=src/public/static/js/bundle.js --minify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/launchdarkly-labs/ld-sample-app-node.git"
},
"author": "kcochran@launchdarkly.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/launchdarkly-labs/ld-sample-app-node/issues"
},
"homepage": "https://github.com/launchdarkly-labs/ld-sample-app-node#readme",
"dependencies": {
"@launchdarkly/js-client-sdk": "^4.1.0",
"@launchdarkly/node-server-sdk": "^9.10.1",
"@launchdarkly/observability": "^1.0.1",
"@launchdarkly/session-replay": "^1.0.1",
"@launchdarkly/toolbar": "^2.1.3",
"dotenv": "^17.2.1",
"esbuild": "^0.27.3",
"express": "^5.1.0",
"http": "^0.0.1-security",
"nunjucks": "^3.2.4"
},
"keywords": [],
"type": "commonjs"
}