-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
35 lines (35 loc) · 1.09 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
{
"name": "tooltip-sequence",
"version": "1.0.4",
"description": "",
"main": "index.js",
"author": "",
"license": "MIT",
"files": [
"dist",
"src"
],
"keywords": [
"UI",
"javascript",
"tooltip",
"helper",
"webdev",
"html"
],
"repository": {
"type": "git",
"url": "https://github.com/SoorajSNBlaze333/tooltip-sequence"
},
"scripts": {
"start": "cross-env NODE_ENV=development concurrently \"cd docs && hugo server --disableFastRender\" \"rollup -w --config docs/rollup.config.js --context window --name createSequence\"",
"test": "cross-env NODE_ENV=development concurrently \"cd docs && hugo server --bind 0.0.0.0 --baseURL http://192.168.0.101:1313 --disableFastRender\" \"rollup -w --config docs/rollup.config.js --context window --name createSequence\"",
"production": "cross-env NODE_ENV=production rollup --compact -c --context window --name createSequence && cd docs && hugo --minify"
},
"devDependencies": {
"concurrently": "^5.3.0",
"cross-env": "^7.0.2",
"rollup": "^2.25.0",
"rollup-plugin-terser": "^7.0.0"
}
}