-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.3 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
{
"name": "contodo",
"version": "0.4.7",
"description": "HTML Console. Let's you output your browser console to a document node.",
"browser": "./dist/contodo.esm.js",
"exports": {
"browser": "./dist/contodo.esm.js"
},
"type": "module",
"directories": {
"dist": "./dist",
"examples": "./examples",
"src": "./src",
"test": "no-bro-cote",
"themes": "./themes"
},
"scripts": {
"build": "rollup -c",
"lint": "eslint ./src/",
"lint:fix": "eslint ./src/ --fix",
"start": "http-server -a localhost -o ./examples/demo.html",
"test": "remembrance && no-bro-cote",
"test:dev": "no-bro-cote"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UmamiAppearance/contodo.git"
},
"keywords": [
"console",
"html"
],
"author": "UmamiAppearance",
"license": "MIT",
"bugs": {
"url": "https://github.com/UmamiAppearance/contodo/issues"
},
"homepage": "https://github.com/UmamiAppearance/contodo#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.3",
"clean-css": "^5.3.2",
"eslint": "^8.45.0",
"http-server": "^14.1.1",
"no-bro-cote": "^0.2.19",
"remembrance": "^0.3.1",
"rollup": "^3.26.2",
"rollup-plugin-import-manager": "^0.6.4",
"rollup-plugin-your-function": "^0.5.3"
}
}