-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 853 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
{
"name": "company-verify",
"version": "1.1.1",
"description": "Verify companies in Nigeria through Corporate Affairs Commission and Federal Inland Revenue Service",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js",
"version": "git add -A src",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/walebant/company-verify.git"
},
"author": "Ashiru Olawale",
"license": "ISC",
"bugs": {
"url": "https://github.com/walebant/company-verify/issues"
},
"homepage": "https://github.com/walebant/company-verify#readme",
"dependencies": {
"jsdom": "^23.0.1"
},
"devDependencies": {
"nodemon": "^3.0.2"
},
"keywords": [
"nodejs",
"typescript",
"javascript"
]
}