-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
44 lines (44 loc) · 1.23 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
{
"name": "chilean-rutify",
"version": "2.1.0",
"description": "javascript npm package for validating and formating chilean run/rut",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"test": "tsc && babel src -d dist & jest",
"build": "tsc && babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mihailpozarski/chilean-rutify-js.git"
},
"keywords": [
"chilean",
"chile",
"rut",
"rutify",
"validator",
"formatter"
],
"author": "Mihail Pozarski <[email protected]> (https://github.com/mihailpozarski)",
"license": "MIT",
"bugs": {
"url": "https://github.com/mihailpozarski/chilean-rutify-js/issues"
},
"homepage": "https://github.com/mihailpozarski/chilean-rutify-js#readme",
"devDependencies": {
"@babel/cli": "^7.18.10",
"@babel/core": "^7.19.0",
"@babel/preset-env": "^7.19.0",
"@types/jest": "^29.2.0",
"@types/node": "^18.11.5",
"@typescript-eslint/eslint-plugin": "^5.42.0",
"@typescript-eslint/parser": "^5.42.0",
"babel-jest": "^29.0.2",
"eslint": "^8.26.0",
"eslint-plugin-jest": "^27.0.1",
"jest": "^29.0.2",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
}
}