-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.02 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
{
"name": "mapa-nauki-wizualizacja",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@types/d3": "^4.11.0",
"csvtojson": "^2.0.10",
"gh-pages": "^2.2.0",
"live-server": "^1.2.1",
"typescript": "^3.9.3"
},
"scripts": {
"start": "npx live-server",
"ts:watch": "npx tsc --watch",
"deploy": "npx gh-pages -d public",
"postdeploy": "git add -A . && git commit -m \"gh deploy\" && git push",
"convert:csvtojson": "npx csvtojson ./input_csv/input.csv > ./public/data/output.json",
"get:youtube:frame": "ffmpeg -ss \"$screenshot_time\" -i $(youtube-dl -f 22 --get-url \"$youtube_url\") -vframes 1 -q:v 2 \"$output_file\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rpCal/mapa-nauki-wizualizacja.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rpCal/mapa-nauki-wizualizacja/issues"
},
"homepage": "https://github.com/rpCal/mapa-nauki-wizualizacja#readme"
}