forked from Kubessandra/react-google-calendar-api
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.25 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.25 KB
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
{
"name": "react-google-calendar-api",
"version": "1.4.0",
"description": "An api to manage your google calendar",
"main": "./build/ApiCalendar.js",
"scripts": {
"build": "tslint --project . && tsc && rm *.test.js",
"test": "jest",
"babel": "babel ./ApiCalendar.js -d build"
},
"jest": {
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Insomniiak/react-google-calendar-api.git"
},
"keywords": [
"react",
"google",
"calendar",
"api"
],
"author": "aymeric beudaert",
"license": "MIT",
"bugs": {
"url": "https://github.com/Insomniiak/react-google-calendar-api/issues"
},
"homepage": "https://github.com/Insomniiak/react-google-calendar-api#readme",
"devDependencies": {
"@types/jest": "^26.0.24",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^27.0.6",
"linted": "1.0.5",
"ts-jest": "^27.0.4",
"tslint": "^5.20.1",
"typescript": "^4.3.5"
},
"dependencies": {
"@types/node": "^16.4.10"
}
}