-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 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
{
"name": "@shgk/nextcloud-styles",
"version": "0.1.1",
"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": {
"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"
}
}