-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 1.2 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
{
"name": "sos1920-12",
"version": "0.0.0",
"description": "Aplicacion del grupo 12",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "npx newman run tests/OverdoseDeathsTest.json && npx newman run tests/DrugOffencesTest.json && npx newman run tests/SchoolDropoutsTest.json",
"start": "node index"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^11.0.0",
"@rollup/plugin-node-resolve": "^7.0.0",
"rollup": "^1.20.0",
"rollup-plugin-livereload": "^1.0.0",
"rollup-plugin-svelte": "^5.0.3",
"rollup-plugin-terser": "^5.1.2",
"svelte": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS1920-12-sandbox.git"
},
"author": "juareqlam",
"license": "ISC",
"bugs": {
"url": "https://github.com/gti-sos/SOS1920-12-sandbox/issues"
},
"homepage": "https://github.com/gti-sos/SOS1920-12-sandbox#readme",
"dependencies": {
"chart.js": "^2.9.3",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"nedb": "^1.8.0",
"request": "^2.88.2",
"svelte-spa-router": "^2.1.0",
"sveltestrap": "^3.3.3",
"unirest": "^0.6.0"
}
}