-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.07 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "generator-b-creative",
"version": "3.0.0",
"description": "BORNFIGHT STUDIO® project template based on webpack, es6 and scss",
"keywords": [
"frontend",
"webpack",
"es6",
"babel",
"scss",
"browsersync",
"yeoman-generator"
],
"repository": {
"type": "git",
"url": "https://github.com/bornfight-studio/b-creative"
},
"license": "MIT",
"author": {
"name": "BORNFIGHT STUDIO®",
"email": "[email protected]",
"url": "https://www.bornfight.studio"
},
"type": "module",
"files": [
"generators"
],
"scripts": {
"format": "prettier --write 'generators/app/index.js'"
},
"devDependencies": {
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.18.0",
"chalk": "^5.4.1",
"eslint": "^9.18.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"globals": "^15.14.0",
"mkdirp": "^3.0.1",
"prettier": "^3.4.2",
"print-message": "^3.0.1",
"yeoman-generator": "^7.4.0"
},
"engines": {
"node": ">=22.13.0",
"npm": ">=11.0.0"
}
}