forked from criblio/docker-names
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 929 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
35
36
37
38
39
40
41
42
43
44
{
"name": "@criblinc/docker-names",
"version": "1.2.1",
"description": "Fork of docker names for javascript",
"files": [
"lib/**/*"
],
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"release": "np",
"test": "jest",
"test:coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/criblio/docker-names.git"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"docker",
"names",
"name",
"generator",
"docker-names",
"docker-name"
],
"author": "Cribl",
"license": "ISC",
"bugs": {
"url": "https://github.com/criblio/docker-names/issues"
},
"homepage": "https://github.com/criblio/docker-names#readme",
"devDependencies": {
"@types/jest": "^26.0.22",
"jest": "^26.6.3",
"np": "^7.5.0",
"ts-jest": "^26.5.5",
"typescript": "^4.2.4"
}
}