-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.11 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
{
"name": "lorrainjs",
"version": "1.1.1",
"description": "Logger for Lorraine people",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"/dist"
],
"author": {
"name": "YavaDeus",
"email": "julienm@marmelab.com",
"url": "https://github.com/JulienMattiussi"
},
"contributors": [
{
"name": "Aherbeth",
"email": "alexandre@marmelab.com",
"url": "https://github.com/Aherbeth"
}
],
"license": "MIT",
"private": false,
"homepage": "https://github.com/JulienMattiussi/lorrainjs",
"repository": {
"type": "git",
"url": "git@github.com:JulienMattiussi/lorrainjs.git"
},
"keywords": [
"lorraine",
"lorrains",
"lorrain",
"gros",
"grosse",
"mirabelle",
"bergamote",
"bergamotte",
"madeleine"
],
"scripts": {
"example": "npx ts-node ./examples/index.ts",
"test": "jest"
},
"devDependencies": {
"@babel/core": "^7.17.9",
"@babel/preset-env": "^7.16.11",
"@types/jest": "^27.4.1",
"babel-jest": "^27.5.1",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "^4.6.3"
}
}