-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
55 lines (55 loc) · 1.37 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
{
"name": "@losting/timeline",
"version": "5.0.1",
"description": "Canvas timeline supports zooming, dragging, infinite scrolling, and custom control levels.",
"type": "module",
"main": "./dist/timeline.umd.js",
"module": "./dist/timeline.es.js",
"types": "./index.d.ts",
"exports": {
".": {
"import": "./dist/timeline.es.js",
"require": "./dist/timeline.umd.js",
"types": "./index.d.ts"
}
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"release": "release-it"
},
"files": [
"dist",
"index.d.ts",
"LICENSE",
"README.md",
"example/demo.png"
],
"keywords": [
"timeline",
"media timeline",
"video timeline",
"canvas timeline",
"tl",
"时间轴"
],
"author": "losting",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thelostword/timeline.git"
},
"bugs": {
"url": "https://github.com/thelostword/timeline/issues"
},
"homepage": "https://github.com/thelostword/timeline#readme",
"devDependencies": {
"dayjs": "^1.11.11",
"mitt": "^3.0.1",
"release-it": "^17.2.1",
"typescript": "^5.4.5",
"vite": "^5.1.6"
},
"packageManager": "[email protected]+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
}