Skip to content

Commit

Permalink
chore: format package.json
Browse files Browse the repository at this point in the history
Signed-off-by: Grigorii K. Shartsev <[email protected]>
  • Loading branch information
ShGKme committed Nov 9, 2024
1 parent adaaa8f commit 045c83f
Showing 1 changed file with 26 additions and 22 deletions.
48 changes: 26 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,37 @@
"name": "@shgk/nextcloud-styles",
"version": "0.1.0",
"description": "Nextcloud server global styles for testing and development",
"keywords": ["nextcloud"],
"bugs": "https://github.com/ShGKme/nextcloud-styles-extractor/issues",
"license": "AGPL-3.0-or-later",
"author": "Grigorii K. Shartsev <[email protected]>",
"files": ["styles"],
"exports": {
".": "./styles/master/index.js",
"./*": "./styles/master/*",
"./master": "./styles/master/index.js",
"./master/*": "./styles/master/*",
"./stable30": "./styles/stable30/index.js",
"./stable30/*": "./styles/stable30/*",
"./stable29": "./styles/stable29/index.js",
"./stable29/*": "./styles/stable29/*"
},
"module": "styles/master/index.js",
"repository": "https://github.com/ShGKme/nextcloud-styles-extractor",
"type": "module",
"scripts": {
"keywords": [
"nextcloud"
],
"bugs": "https://github.com/ShGKme/nextcloud-styles-extractor/issues",
"license": "AGPL-3.0-or-later",
"author": "Grigorii K. Shartsev <[email protected]>",
"files": [
"styles"
],
"exports": {
".": "./styles/master/index.js",
"./*": "./styles/master/*",
"./master": "./styles/master/index.js",
"./master/*": "./styles/master/*",
"./stable30": "./styles/stable30/index.js",
"./stable30/*": "./styles/stable30/*",
"./stable29": "./styles/stable29/index.js",
"./stable29/*": "./styles/stable29/*"
},
"module": "styles/master/index.js",
"repository": "https://github.com/ShGKme/nextcloud-styles-extractor",
"type": "module",
"scripts": {
"build": "zx build.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"semver": "^7.6.3",
"zx": "^8.1.5"
},
"engines": {
"node": ">=20.0.0"
}
"engines": {
"node": ">=20.0.0"
}
}

0 comments on commit 045c83f

Please sign in to comment.