-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 900 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
{
"name": "sassdoc-to-snippets",
"version": "0.1.2",
"description": "Convert SassDoc markup to snippets files",
"main": "./dist/index.js",
"bin": "./dist/sassdoc-to-snippets.js",
"scripts": {
"build": "babel src -d ./dist/"
},
"engines": {
"node": ">=14"
},
"author": {
"name": "Jay Sitter",
"email": "[email protected]",
"url": "https://www.jaysitter.com"
},
"license": "ISC",
"dependencies": {
"glob": "^8.0.3",
"path": "^0.12.7",
"scss-sassdoc-parser": "^1.0.3"
},
"devDependencies": {
"@babel/cli": "^7.19.3",
"@babel/core": "^7.19.6",
"@babel/preset-env": "^7.19.4",
"eslint": "^8.26.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-prettier": "^4.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/jsit/sassdoc-to-snippets.git"
}
}