-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 695 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 695 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
25
26
{
"name": "rose-pine-google-chrome",
"version": "0.0.0",
"description": "Soho vibes for Google Chrome",
"license": "MIT",
"repository": "fvrests/rose-pine-google-chrome",
"funding": "https://github.com/sponsors/fvrests",
"author": {
"name": "fvrests",
"email": "fvrests@icloud.com"
},
"type": "module",
"exports": "./build.js",
"engines": {
"node": ">=12"
},
"scripts": {
"clean": "del-cli \"rose-pine-dark/Cached Theme.pak\" \"rose-pine-dawn/Cached Theme.pak\" \"rose-pine-moon/Cached Theme.pak\"",
"build": "npm run clean && sh ./build.sh"
},
"keywords": [],
"dependencies": {
"@rose-pine/build": "^0.5.1",
"del-cli": "^4.0.1"
}
}