-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 879 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
33
34
{
"private": true,
"type": "commonjs",
"name": "@dynamored/dpackager",
"description": "dPackager is a DynamoRed app",
"version": "beta-1.0.0",
"homepage": "https://vcs.dynamored.com/dPackager/README",
"license": "GPL-3.0",
"main": "./src/app",
"packageManager": "[email protected]",
"bugs": {
"url": "https://vcs.dynamored.com/dPackager/issues",
"email": "[email protected]"
},
"author": {
"name": "DynamoRed",
"url": "https://dynamored.com",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://vcs.dynamored.com/dPackager.git"
},
"engines": {
"node": ">=16.10",
"npm": ">=8.0.0"
},
"directories": {
"lib": "./libs",
"bin": "./bin",
"doc": "./docs",
"test": "./src/specs"
}
}