forked from Kubessandra/react-google-calendar-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.25 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
{
"name": "react-google-calendar-api",
"version": "1.0.11",
"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://[email protected]/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": "^22.2.3",
"babel-cli": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"jest": "^25.0.0",
"linted": "0.0.2",
"ts-jest": "^24.1.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
},
"dependencies": {
"@types/node": "^9.6.39"
}
}