-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
32 lines (32 loc) · 925 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
26
27
28
29
30
31
32
{
"name": "redirect-russia",
"version": "1.0.0",
"description": "Redirect Russian traffic to support Ukraine",
"source": "index.html",
"scripts": {
"start": "parcel",
"build-site": "parcel build",
"build-script": "esbuild v1.ts --outfile=dist/v1.js --bundle --minify --sourcemap --target=es5",
"build": "npm run build-site && npm run build-script && cp -r img dist && cp _headers dist",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pabio/redirect-russia.git"
},
"keywords": [
"russia",
"ukraine",
"javascript"
],
"author": "Anand Chowdhary <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pabio/redirect-russia/issues"
},
"homepage": "https://redirectrussia.org",
"devDependencies": {
"esbuild": "^0.14.24",
"parcel": "^2.3.2"
}
}