generated from eclass/ts-template-npm-libs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.02 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "@eclass/grade-scales",
"version": "1.5.14",
"description": "Módulo para calcular notas en base a una escala.",
"main": "dist/index.js",
"type": "commonjs",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write '{lib,.vscode}/**/*.{ts,json,yml}' '.*.{json,md,js,yml}'",
"lint": "eslint 'lib/**/*.ts' --fix",
"lint:check": "eslint 'lib/**/*.ts'",
"test": "echo \"Nothing found tests.\"",
"watch": "tsc --watch",
"prepublishOnly": "npm run build",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "https://github.com/eclass/grade-scales"
},
"keywords": [
"eclass"
],
"engines": {
"node": ">=12.14.0"
},
"author": "Sebastián González Riffo <sebastian@gonzalezr.cl>",
"contributors": [
"Leonardo Gatica <lgatica@protonmail.com> (https://about.me/lgatica)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/eclass/grade-scales/issues"
},
"homepage": "https://github.com/eclass/grade-scales#readme",
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "13.1.0",
"@commitlint/config-conventional": "13.1.0",
"@eclass/eslint-config-typescript": "2.0.1",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.1",
"@types/node": "14.17.17",
"@typescript-eslint/eslint-plugin": "4.31.1",
"@typescript-eslint/parser": "4.31.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-array-func": "3.1.7",
"eslint-plugin-eslint-comments": "3.2.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.2.0",
"eslint-plugin-security": "1.4.0",
"eslint-plugin-sonarjs": "0.10.0",
"eslint-plugin-standard": "5.0.0",
"husky": "7.0.2",
"lint-staged": "11.2.6",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"ts-node": "10.7.0",
"typescript": "4.4.3"
}
}