-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 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
{
"name": "movethatbus.js",
"description": "Extreme Prank Makeover for your website on April Fools",
"version": "1.0.2",
"scripts": {
"build": "rollup -c",
"watch": "rollup -cw",
"cz": "git-cz",
"lint": "eslint ./src/**/*.js"
},
"main": "lib/movethatbus.js",
"module": "lib/movethatbus.es.js",
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"browser": true,
"keywords": [
"prank",
"april fools",
"movethatbus",
"extreme",
"bus"
],
"author": "Knogobert <[email protected]> (https://github.com/Knogobert)",
"contributors": [
"Knogobert <[email protected]> (https://github.com/Knogobert)",
"danba340 <[email protected]> (https://github.com/danba340)"
],
"repository": {
"url": "https://github.com/Knogobert/movethatbus.js"
},
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@rollup/plugin-babel": "^5.1.0",
"@rollup/plugin-commonjs": "^14.0.0",
"babel-eslint": "^10.0.3",
"commitizen": "^4.1.2",
"eslint": "^7.5.0",
"rollup": "^2.23.0",
"rollup-plugin-cleanup": "^3.1.1",
"rollup-plugin-copy-assets": "^2.0.1",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-progress": "^1.1.2",
"rollup-plugin-terser": "^6.1.0"
},
"peerDependencies": {}
}