forked from GSA/code-gov-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 728 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 728 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
{
"name": "@code.gov/data",
"version": "0.5.0",
"description": "Data Files used by Code.gov",
"main": "index.js",
"scripts": {
"build-filters": "node create_filters_data.js",
"build-task-filter-data": "node create_task_filters_data.js",
"generate": "npm run build-filters && npm run build-task-filter-data"
},
"repository": {
"type": "git",
"url": "git+https://github.com/GSA/code-gov-data.git"
},
"author": "code.gov",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/GSA/code-gov-data/issues"
},
"homepage": "https://github.com/GSA/code-gov-data#readme",
"devDependencies": {
"axios": "^0.18.1",
"spdx-license-list": "^4.1.0",
"dotenv": "^8.0.0"
}
}