UNPKG

763 BJSONView Raw
1{
2 "name": "varundevpro",
3 "version": "1.0.2",
4 "main": "index.js",
5 "scripts": {
6 "commit": "git-cz",
7 "ci": "echo \"Error: no ci present specified\"",
8 "test": "echo \"Error: no test specified\""
9 },
10 "keywords": [],
11 "author": "Varun A 🔥 <varun@utopian.dev>",
12 "license": "MIT",
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/varundevpro/npm-varundevpro.git"
16 },
17 "bugs": {
18 "url": "https://github.com/varundevpro/npm-varundevpro/issues"
19 },
20 "homepage": "https://github.com/varundevpro/npm-varundevpro#readme",
21 "description": "me",
22 "devDependencies": {
23 "cz-conventional-changelog": "^3.0.2"
24 },
25 "config": {
26 "commitizen": {
27 "path": "./node_modules/cz-conventional-changelog"
28 }
29 }
30}