]> dreyeck.freedombox.rocks Git - idiomatic.git/blob - package.json
oops. package.json required for install
[idiomatic.git] / package.json
1 {
2 "name": "idiomatic",
3 "version": "1.0.0",
4 "description": "Explore coding idioms in javascrip code",
5 "main": "index.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1",
8 "start": "nodemon ./index.js"
9 },
10 "keywords": [
11 "javascript",
12 "idiom",
13 "syntax"
14 ],
15 "author": "Ward Cunningham",
16 "license": "Apache-2.0",
17 "dependencies": {
18 "acorn": "^8.14.0",
19 "express": "^4.21.1"
20 },
21 "devDependencies": {
22 "nodemon": "^3.1.7"
23 }
24 }