-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.21 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.21 KB
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
{
"name": "@h0rn0chse/night-sky",
"version": "2.1.0",
"description": "WebComponent for a night sky full of stars parallax background made with css only",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"build": "rollup -c",
"watch": "rollup -c -w",
"dev": "concurrently \"npm run watch\" \"npm run start\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/H0rn0chse/NightSky.git"
},
"author": {
"name": "h0rn0chse",
"email": "h0rn0chse@gmx.de"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/H0rn0chse/NightSky/issues"
},
"homepage": "https://github.com/H0rn0chse/NightSky#readme",
"devDependencies": {
"@h0rn0chse/socket-server": "^1.1.1",
"@rollup/plugin-terser": "^0.4.4",
"clean-css": "^5.3.3",
"concurrently": "^9.2.0",
"eslint": "^8.6.0",
"github-corner-element": "^1.0.1",
"rollup": "^4.44.2",
"rollup-plugin-copy": "^3.5.0",
"rollup-plugin-css-only": "^4.5.2"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"night",
"sky",
"nightsky",
"star",
"field",
"starfield",
"background",
"parallax",
"webcomponent"
]
}