-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 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
32
33
34
35
36
37
38
{
"name": "perlou",
"version": "1.0.0",
"main": "scripts/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Perlou/perlou"
},
"author": "perlou",
"license": "UNLICENSED",
"type": "module",
"config": {
"GITHUB_UID": "perlou",
"NPM_UID": "perlou"
},
"nodemonConfig": {
"ignore": [
"output/*",
"widgets/*",
"icons/*"
]
},
"scripts": {
"dev": "nodemon ./dev/index.js",
"generate": "node ./scripts/index.js",
"format": "prettier ./scripts --write"
},
"dependencies": {
"axios": "^1.7.x",
"devicon": "^2.x",
"fs-extra": "^11.x",
"prettier": "^3.x",
"simple-icons": "^13.x"
},
"devDependencies": {
"nodemon": "^3.x"
}
}