generated from Israel-Laguan/HTML-LESS-JS-no-webpack-starter
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.06 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.06 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
{
"name": "html-less-js-no-webpack-starter",
"version": "1.0.0",
"description": "Single page webpage with LESS support and vanillaJS framework",
"main": "index.js",
"scripts": {
"start": "serve .",
"test": "jest --coverage -w =100%",
"lint": "eslint src/js/ --cache -f table",
"fix": "eslint src/js/ --fix"
},
"jest": {
"transform": {
"^.+\\.jsx?$": "babel-jest"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/Israel-Laguan/HTML-LESS-JS-no-webpack-starter.git"
},
"keywords": [
"starter",
"javascript",
"js",
"template",
"eslint"
],
"author": "Israel Laguan, Fabricio Garcia",
"license": "Apache 2",
"bugs": {
"url": "https://github.com/Israel-Laguan/HTML-LESS-JS-no-webpack-starter/issues"
},
"homepage": "https://github.com/Israel-Laguan/HTML-LESS-JS-no-webpack-starter#readme",
"devDependencies": {
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "^2.20.0",
"@babel/preset-env": "^7.8.6",
"jest": "^29.3.1"
}
}