-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 963 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
39
40
41
42
43
44
45
46
47
{
"name": "@noticeable/sass-render",
"version": "3.0.0",
"description": "Render SASS into importable templates for Typescript or Javascript",
"homepage": "https://github.com/noticeable-app/sass-render",
"keywords": [
"cli",
"components",
"css",
"lit",
"lit-html",
"lit-element",
"render",
"sass",
"scss",
"template",
"watch",
"web"
],
"repository": {
"type": "git",
"url": "git+https://github.com/noticeable-app/sass-render.git"
},
"main": "sass-renderer.js",
"bin": {
"sass-render": "bin/sass-render.js"
},
"author": "Noticeable Team <support@noticeable.io>",
"scripts": {
"test": "jest"
},
"license": "Apache-2.0",
"dependencies": {
"fast-glob": "^3.3.2",
"gaze": "^1.1.3",
"sass": "^1.80.6",
"yargs": "^17.7.2"
},
"devDependencies": {
"jest": "^29.7.0"
},
"files": [
"bin/**",
"sass-renderer.js",
"sass-template.tmpl"
]
}