-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.4 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
{
"name": "sos",
"version": "1.0.0",
"description": "my first module",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"start": "node index.js",
"test": "npm run test",
"test-repeaters": "npx newman run ./tests/rafmolalv/backend.json -e ./tests/rafmolalv/env/heroku.json",
"test-ending": "npx newman run ./tests/sergarbla/backend.json -e ./tests/sergarbla/env/heroku.json",
"test-houseworks": "npx newman run ./tests/javhidgar/backend.json -e ./tests/javhidgar/env/Heroku.json"
},
"author": "rafamolino",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.2",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"express": "^4.17.3",
"morris.js": "^0.5.0",
"nedb": "^1.8.0",
"request": "^2.88.2",
"svelte-spa-router": "^3.2.0",
"sveltestrap": "^5.9.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS2122-32.git"
},
"bugs": {
"url": "https://github.com/gti-sos/SOS2122-32/issues"
},
"homepage": "https://github.com/gti-sos/SOS2122-32#readme"
}