-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 881 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 881 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
30
31
32
33
34
35
36
37
38
{
"name": "devuan-ami",
"version": "0.1.0",
"description": "Build Devuan AWS Machine Images (AMIs) for EC2",
"main": "src/app.coffee",
"bin": {
"devuan-ami": "./bin/devuan-ami"
},
"scripts": {
"test": "node --test --require coffeescript/register test/*.test.coffee",
"test:watch": "node --test --watch --require coffeescript/register test/*.test.coffee"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thatsnice/Devuan-AMI.git"
},
"keywords": [
"devuan",
"aws",
"ami",
"ec2",
"debootstrap",
"cloud"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"engines": {
"node": ">=16.17.0"
},
"bugs": {
"url": "https://github.com/thatsnice/Devuan-AMI/issues"
},
"homepage": "https://github.com/thatsnice/Devuan-AMI#readme",
"dependencies": {
"coffeescript": "^2.7.0"
}
}