-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 1.05 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
{
"name": "viapaly-list-series",
"version": "1.0.0",
"description": "Viapaly List Series Smart TV application",
"main": "index.html",
"dependencies": {
"serve": "^11.3.2"
},
"scripts": {
"dev": "serve -s ./",
"start": "serve -s ./dist",
"test": "jest",
"doc": "jsdoc -c conf.json ./ -r",
"build": "bash build.sh",
"build-and-start": "bash build.sh && npm start",
"heroku-publish": "git add *; git commit -m \"Fast Publish!\"; git push heroku master;"
},
"keywords": [
"smart-tv",
"javascript",
"list",
"series"
],
"author": "Behrouz Pooladrak",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@testing-library/dom": "^7.2.1",
"@testing-library/jest-dom": "^5.5.0",
"babel-jest": "^25.3.0",
"browserify": "^17.0.0",
"jest": "^26.6.3",
"jsdoc": "^3.6.6",
"minify": "^6.0.1",
"serve": "^11.3.2"
}
}