-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 1.07 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
{
"name": "lanka-nic-2019",
"version": "1.0.3",
"description": "new sri lanka nic validator 2019 support both old and new nic id format .this pacakge can be used to swap nic ,validate and get more info like ,bday,gender ",
"homepage": "https://github.com/sacsand/lanka-nic-2019.git",
"repository": {
"type": "git",
"url": "git+https://github.com/sacsand/lanka-nic-2019.git"
},
"main": "index.js",
"scripts": {
"test": "node index.test.js",
"eslinttest": "eslint src",
"nspcheck": "nsp check",
"prepublish": "npm test"
},
"author": "Sachintha Sandaruvan - sacsand (www.sachintha.me)",
"license": "MIT",
"devDependencies": {
"babel-eslint": "^8.0.1",
"eslint": "^4.8.0",
"eslint-config-airbnb": "^16.0.0",
"eslint-config-prettier": "^2.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.17.0",
"husky": "^0.14.3",
"nodemon": "^1.19.4",
"nsp": "^3.1.0",
"prettier": "^1.19.1",
"prettier-eslint": "^8.2.1"
}
}