-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 loc) · 945 Bytes
/
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
{
"name": "plack-twiggy-pwa",
"version": "0.0.1",
"description": "A Plack Application as PWA running on a Twiggy Web Server",
"main": "scripts/web.psgi",
"scripts": {
"build": "mkdir -p ~/bin && curl -L https://cpanmin.us/ -o ~/bin/cpanm && chmod +x ~/bin/cpanm && cpanm --local-lib=~/perl5 local::lib && eval $(perl -Mlocal::lib -I ~/perl5/lib/perl5/) && cpanm -vn --installdeps . ",
"start": "mkdir -p ~/bin && curl -L https://cpanmin.us/ -o ~/bin/cpanm && chmod +x ~/bin/cpanm && cpanm --local-lib=~/perl5 local::lib && eval $(perl -Mlocal::lib -I ~/perl5/lib/perl5/) && cpanm -vn --installdeps . ; plackup -E production --server Twiggy --port 3000 scripts/web.psgi"
},
"dependencies": {},
"engines": {
"node": 13
},
"repository": {
"url": "https://glitch.com/edit/#!/plack-twiggy-pwa"
},
"license": "MIT",
"keywords": [
"glitch",
"perl",
"Plack",
"Twiggy",
"TemplateToolkit"
]
}