forked from TreverHibbs/Persona5Startpage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 812 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
{
"name": "josh",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"startServer": "./node_modules/.bin/http-server",
"startSass": "./node_modules/.bin/sass --watch style.scss style.css",
"start": "./node_modules/.bin/concurrently \"npm run startServer\" \"npm run startSass\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/TreverHibbs/josh.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/TreverHibbs/josh/issues"
},
"homepage": "https://github.com/TreverHibbs/josh#readme",
"devDependencies": {
"concurrently": "^6.2.1",
"http-server": "^0.12.3",
"sass": "^1.39.0"
},
"compilerOptions": {
"checkJs": true
}
}