forked from mattiacoll/vanilla-marquee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 914 Bytes
/
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
{
"name": "vanilla-marquee",
"version": "1.1.1",
"description": "",
"main": "./dist/vanilla-marquee.mjs",
"exports": "./dist/vanilla-marquee.mjs",
"scripts": {
"rl": "rollup -cw",
"declarations": "tsc -p tsconfig.json",
"test": "echo TODO"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mattiacoll/js-marquee.git"
},
"keywords": [
"marquee",
"jQuery Marquee",
"vanillajs"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mattiacoll/js-marquee/issues"
},
"homepage": "https://github.com/mattiacoll/js-marquee#readme",
"dependencies": {
"matt-utils": "^1.4.3"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^18.0.0",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-node-resolve": "^11.2.1",
"eslint": "^7.23.0",
"rollup": "^2.43.1",
"rollup-plugin-terser": "^7.0.2",
"typescript": "^4.2.3"
},
"type": "module"
}