-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 897 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 897 Bytes
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
{
"name": "marquee6k",
"version": "1.3.8",
"description": "Super smooth, lightweight vanilla JavaScript marquee library. No dependencies. High performance.",
"keywords": [
"marquee",
"marquees"
],
"types": "marquee6k.d.ts",
"main": "marquee6k.js",
"module": "marquee6k.esm.js",
"files": [
"marquee6k.js",
"marquee6k.js.map",
"marquee6k.esm.js",
"marquee6k.esm.js.map",
"marquee6k.d.ts",
"README.md",
"LICENSE"
],
"repository": "https://github.com/SPACESODA/marquee6k",
"homepage": "https://github.com/SPACESODA/marquee6k",
"author": {
"name": "Anthony C",
"url": "https://x.com/anthonycxc"
},
"scripts": {
"build": "rollup -c",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@rollup/plugin-typescript": "^12.3.0",
"rollup": "^4.24.0",
"tslib": "^2.8.1",
"typescript": "^5.9.3"
}
}