-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 756 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 756 Bytes
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
{
"name": "dear-senator",
"version": "1.0.0",
"description": "A tool to help contact senators, members of parliament and other decision makers, driving change and action.",
"main": "src/dear-senator.js",
"bin": "src/dear-senator.js",
"scripts": {
"clean": "rm dist/dear-senator*",
"build": "pkg . --public",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"dear-senator"
],
"author": "Simon Brazell <simon@brazell.com.au> (https://github.com/SimonBrazell)",
"license": "MIT",
"dependencies": {
"csv-parser": "^3.0.0",
"ejs": "^3.1.6",
"open": "^8.0.5"
},
"devDependencies": {
"pkg": "^4.5.1"
},
"pkg": {
"scripts": "dear-senator.js",
"outputPath": "dist"
}
}