-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 1.01 KB
/
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
{
"name": "@redoxengine/medical-word-uuid",
"version": "1.2.5",
"private": false,
"description": "Generate random identifiers containing medical terminology",
"main": "build/index.js",
"types": "build/index.d.ts",
"scripts": {
"test": "npm run build && jest --colors --maxWorkers=4",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/RedoxEngine/medical-word-uuid.git"
},
"keywords": [
"medical",
"word",
"uuid",
"memorable"
],
"author": "nwhatt@gmail.com",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/RedoxEngine/medical-word-uuid/issues"
},
"homepage": "https://github.com/RedoxEngine/medical-word-uuid#readme",
"dependencies": {},
"devDependencies": {
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"jest": "^24.9.0",
"prettier": "1.19.1",
"sane": "^4.1.0",
"ts-jest": "^24.1.0",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.3"
}
}