-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 859 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
{
"name": "spotify-starfield",
"version": "0.4.4",
"private": "true",
"description": "Starfield simulation written for Spotify",
"main": "stars.js",
"scripts": {
"start": "npm run dev",
"dev": "webpack-dev-server",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjamingwynn/spotify.benjamingwynn.com.git"
},
"author": "Benjamin Gwynn <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/benjamingwynn/spotify.benjamingwynn.com/issues"
},
"homepage": "https://spotify.benjamingwynn.com",
"devDependencies": {
"inline-source-map": "^0.6.2",
"ts-loader": "^7.0.5",
"typescript": "^3.9.5",
"webpack": "^4.46.0",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^4.10.1"
}
}