forked from 1712n/dn-institute
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 710 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "dn-institute",
"version": "1.0.0",
"devDependencies": {
"prettier": "^2.7.1",
"prettier-plugin-go-template": "^0.0.13"
},
"scripts": {
"format": "prettier *** --write --cache --cache-location .prettiercache --ignore-unknown --no-error-on-unmatched-pattern",
"dev:format": "prettier *** --write --ignore-unknown --no-error-on-unmatched-pattern"
},
"repository": {
"type": "git",
"url": "git+https://github.com/1712n/dn-institute.git"
},
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/1712n/dn-institute/issues"
},
"homepage": "https://github.com/1712n/dn-institute#readme",
"dependencies": {
"@splidejs/splide": "^4.1.4"
}
}