forked from dotstudio-io/fi-rut
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.08 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
{
"name": "@fiquu/cl-rut",
"description": "Chilean RUT utils for Node.js and the browser.",
"main": "lib/index.js",
"version": "4.0.0",
"author": "fiquu <hi@fiquu.dev>",
"license": "MIT",
"homepage": "https://github.com/fiquu/cl-rut#readme",
"directories": {
"test": "test"
},
"scripts": {
"test": "nyc mocha -r ts-node/register 'test/**/*.spec.ts'",
"postversion": "git push --follow-tags",
"build": "tsc && npm run docs",
"docs": "typedoc",
"prepack": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fiquu/cl-rut.git"
},
"keywords": [
"chilean",
"rut",
"utils",
"cl",
"chile",
"validation",
"format"
],
"bugs": {
"url": "https://github.com/fiquu/cl-rut/issues"
},
"devDependencies": {
"@fiquu/eslint-config": "^4.0.1",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.44",
"chai": "^4.3.4",
"eslint": "^7.26.0",
"mocha": "^8.4.0",
"nyc": "^15.1.0",
"ts-node": "^9.1.1",
"typedoc": "^0.20.36",
"typescript": "^4.2.4"
},
"dependencies": {}
}