-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 952 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
{
"name": "silegismg-interpretador-articulacao",
"version": "2.2.0",
"description": "Interpretador de Articulação",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"src/**/*"
],
"scripts": {
"test": "jest",
"eslint": "eslint",
"build": "tsc"
},
"keywords": [
"silegismg",
"articulacao",
"parser",
"interpretador",
"almg",
"assembleia",
"camara",
"senado",
"legislativa",
"legislativo",
"legimática"
],
"author": "Assembleia Legislativa de Minas Gerais (ALMG)",
"license": "LGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/silegis-mg/interpretador-articulacao.git"
},
"devDependencies": {
"@types/jest": "^29.5.4",
"@types/node": "^12.0.4",
"eslint": "^8.48.0",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}