-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 1000 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 1000 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "data-archiver",
"version": "1.0.0",
"description": "[](https://github.com/airframesio/data-archiver/actions/workflows/ci.yml) [](https://goreportcard.com/report/github.com/airframesio/data-archiver) [](https://opensource.org/licenses/MIT) [](go.mod)",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"minify": "./scripts/minify.sh",
"build": "npm run minify && go build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"csso-cli": "^4.0.2",
"html-minifier-terser": "^7.2.0",
"terser": "^5.44.0"
}
}