-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
41
42
43
44
45
{
"name": "magikcraft-lore-ui-bar",
"version": "1.0.13",
"description": "A UI Bar for Magikcraft, based on BossBarAPI",
"main": "dst/index.js",
"scripts": {
"test": "jest",
"watch": "tsc --watch",
"precommit": "tsc -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jwulf/magikcraft-lore-ui-bar.git"
},
"keywords": [
"magikcraft",
"minecraft",
"ui"
],
"author": "The Legendary Josh Wulf (TM)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jwulf/magikcraft-lore-ui-bar/issues"
},
"jest": {
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"homepage": "https://github.com/jwulf/magikcraft-lore-ui-bar#readme",
"devDependencies": {
"@types/jest": "^20.0.5",
"husky": "^0.14.3",
"jest": "^20.0.4",
"magikcraft.io": "^0.9.10",
"ts-jest": "^20.0.7",
"typescript": "2.4"
}
}