-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 781 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 781 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
{
"name": "my-app",
"version": "1.0.0",
"description": "A simple Node.js application",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Your Name",
"license": "ISC",
"dependencies": {
"express": "^4.17.1",
"@glimmer/util": "0.61.0",
"@glimmer/vm": "0.76.0",
"@babel/plugin-transform-parameters": "7.13.0",
"@babel/plugin-transform-member-expression-literals": "7.12.13",
"glimmer-benchmark": "0.65.3",
"wrangler":"2.1.7",
"@babel/plugin-transform-block-scoping": "7.11.1",
"@glimmer/runtime": "0.79.2",
"@glimmer/local-debug-flags": "0.57.2",
"@glimmer/interfaces": "0.57.2"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}