-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.05 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.05 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
{
"name": "@geeeger/use-timeline-task",
"version": "1.0.2",
"description": "for schedula task",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"build": "tsc"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"repository": {
"type": "git",
"url": "https://github.com/geeeger-pkgs/useTimeLineTask.git"
},
"keywords": [
"schedule",
"schedule task"
],
"files": [
"index.js",
"index.d.ts"
],
"bugs": {
"url": "https://github.com/geeeger-pkgs/useTimeLineTask/issues"
},
"homepage": "https://github.com/geeeger-pkgs/useTimeLineTask#readme",
"author": "geeeger <lph1988520@sina.com>",
"license": "MIT",
"devDependencies": {
"@types/react": "17.0.44",
"@typescript-eslint/eslint-plugin": "2.34.0",
"@typescript-eslint/parser": "2.34.0",
"eslint": "6.8.0",
"eslint-config-prettier": "8.1.0",
"eslint-plugin-prettier": "3.3.1",
"prettier": "2.2.1",
"typescript": "4.2.4"
},
"peerDependencies": {
"react": ">=16.8.0"
}
}