-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.37 KB
/
package.json
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
40
41
42
43
44
45
46
47
{
"name": "naturapeute",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"dependencies": {
"@std/esm": "^0.26.0",
"admin-bro": "^2.9.0",
"admin-bro-expressjs": "^2.1.1",
"admin-bro-mongoose": "^0.5.2",
"airtable": "^0.7.2",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dotenv": "^7.0.0",
"elasticlunr": "^0.9.5",
"express": "^4.17.1",
"express-formidable": "^1.2.0",
"marked": "^0.7.0",
"mongoose": "^5.9.25",
"multer": "^1.4.2",
"nunjucks": "^3.2.2",
"request-promise-native": "^1.0.9",
"vcards-js": "^2.10.0"
},
"devDependencies": {
"mocha-esm": "^1.1.1",
"nodemon": "^1.19.4"
},
"scripts": {
"start": "nodemon -e js,html --experimental-modules src/index.js",
"debug": "DEBUG=express:* node inspect --experimental-modules src/index.js -- -R spec",
"import-airtable": "node --experimental-modules import-airtable.js",
"test": "node --experimental-modules node_modules/mocha-esm/bin/mocha-esm src/test/utils.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/etceterra/naturapeute.git"
},
"author": "Vincent Agnano",
"license": "SEE LICENSE IN LICENSE.txt",
"bugs": {
"url": "https://github.com/etceterra/naturapeute/issues"
},
"homepage": "https://github.com/etceterra/naturapeute#readme"
}