forked from nerdify/dnic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1001 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
45
46
47
48
49
50
{
"name": "@nerdify/dnic",
"version": "0.1.0",
"description": "ID Nicaraguan validator",
"main": "dist/index.js",
"umd:main": "dist/index.umd.js",
"module": "dist/index.es.js",
"source": "src/index.js",
"scripts": {
"build": "xo && ava && microbundle",
"test": "xo && ava",
"prepare": "npm run build",
"release": "np"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nerdify/dnic.git"
},
"keywords": [
"dni",
"nica",
"nicaragua",
"nicaraguan",
"validator"
],
"author": "Gustavo Chavarria",
"license": "ISC",
"bugs": {
"url": "https://github.com/nerdify/dnic/issues"
},
"homepage": "https://github.com/nerdify/dnic#readme",
"devDependencies": {
"ava": "2.4.0",
"microbundle": "0.12.0-next.6",
"np": "5.1.0",
"xo": "0.25.3"
},
"publishConfig": {
"access": "public"
},
"ava": {
"require": [
"esm"
]
},
"xo": {
"prettier": true,
"space": true
}
}