-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.57 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "@designliquido/foles",
"version": "0.7.4",
"description": "Linguagem de folhas de estilo para documentos em geral em português",
"main": "index.js",
"scripts": {
"empacotar": "yarn rimraf ./dist && tsc && yarn copyfiles -V ./bin/foles ./bin/foles.cmd ./dist && yarn copyfiles -V ./package.json ./dist && yarn copyfiles -V ./README.md ./dist",
"testes-unitarios": "jest --coverage",
"testes-unitarios:insignias": "jest-coverage-badges --output ./recursos/imagens"
},
"keywords": [
"foles",
"lmht",
"css",
"sass"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DesignLiquido/FolEs.git"
},
"bin": {
"foles": "./bin/foles"
},
"author": "Leonel Sanches da Silva",
"contributors": [
{
"name": "Vitor dos Santos Brandão da Silva",
"url": "https://www.linkedin.com/in/vitorbrandao-silva/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/DesignLiquido/FolEs/issues"
},
"homepage": "https://github.com/DesignLiquido/FolEs#readme",
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^22.7.6",
"copyfiles": "^2.4.1",
"jest": "^29.2.2",
"jest-coverage-badges": "^1.1.2",
"release-it": "^17.8.2",
"rimraf": "^3.0.2",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^5.6.3"
},
"dependencies": {
"commander": "^9.4.1",
"vlq": "^2.0.4"
}
}