-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
63 lines (63 loc) · 1.43 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "mct1-demo",
"version": "1.0.3",
"description": "Repo for mct1 ",
"main": "dst/index.js",
"scripts": {
"test": "jest",
"clean": "rm -rf dst/*",
"precommit": "tsc -p src",
"build": "tsc -p src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mc-t1/mct1.git"
},
"keywords": [
"mct1",
"magikcraft",
"javascript",
"diabetes",
"minecraft"
],
"author": "Prahlad Wulf < [email protected] > (https://github.com/purpsta)",
"contributors": [
"The Legendary Josh Wulf(tm) - As Seen on the Internet(R) < [email protected] > (https://github.com/jwulf)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/mc-t1/mct1/issues"
},
"jest": {
"globals": {
"ts-jest": {
"tsConfigFile": "src/tsconfig.json"
}
},
"transform": {
".(ts|tsx)": "<rootDir>/node_modules/ts-jest/preprocessor.js"
},
"testRegex": "(/__tests__/.*|\\.(test|spec))\\.(ts|tsx|js)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js"
]
},
"homepage": "https://www.mct1.io",
"dependencies": {
"@types/node-uuid": "0.0.28",
"events": "^1.1.1",
"fs-extra": "^4.0.2",
"in-array": "^0.1.2",
"node-uuid": "^1.4.8"
},
"devDependencies": {
"@types/node": "^8.0.47",
"husky": "^0.14.3",
"jest": "^20.0.4",
"magikcraft.io": "^1.2.8",
"ts-jest": "^20.0.7",
"typescript": "^2.4.1"
}
}