-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 823 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
32
{
"name": "les_petits_plats",
"version": "1.0.0",
"description": "Développez un algorithme de recherche en JavaScript",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"serv": "http-server",
"watch:sass": "sass --watch ./css/sass/main.scss:./css/style.css --style compressed"
},
"gitHooks": {
"pre-commit": "npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filoupegase/les_petits_plats.git"
},
"author": "filoupegase",
"license": "ISC",
"bugs": {
"url": "https://github.com/filoupegase/les_petits_plats/issues"
},
"homepage": "https://github.com/filoupegase/les_petits_plats#readme",
"dependencies": {
"lint": "^0.7.0",
"sass": "^1.42.1"
},
"devDependencies": {
"eslint": "^8.0.0",
"yorkie": "^2.0.0"
}
}