UNPKG

chrome-extension-template

Version:
56 lines 1.6 kB
{ "name": "chrome-extension-template", "version": "1.1.2", "description": "A template util for creating chrome extension quickly", "scripts": { "watch:dev": "NODE_ENV=development nodemon ./bin/index.js --watch template --watch bin", "start:dev": "NODE_ENV=development ./bin/index.js", "commit": "cz" }, "author": "lanzhiping6@gmail.com", "repository": { "type": "git", "url": "git+https://github.com/lanzhiping/chrome-extension-template.git" }, "license": "MIT", "bin": { "create-chrome-extension": "bin/index.js" }, "prettier": "prettier-config-standard", "dependencies": { "app-root-path": "^3.0.0", "cpy": "^8.1.2", "glob-parent": "^6.0.2", "prompts": "^2.4.2", "template-file": "^6.0.0", "update-json-file": "^1.1.1", "url-regexp": "^1.0.2", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "commitizen": "^4.2.4", "cz-conventional-changelog": "^3.3.0", "nodemon": "^2.0.15", "prettier": "^2.5.1", "prettier-config-standard": "^4.0.0" }, "bugs": { "url": "https://github.com/lanzhiping/chrome-extension-template/issues" }, "homepage": "https://github.com/lanzhiping/chrome-extension-template#readme", "keywords": [ "chrome", "chrome-extension", "chrome-extension-development", "chrome-extension-sample", "chrome-extension-template", "chrome-extension-boilerplate", "chrome-extension-manifest-v3", "chrome-extension-github" ], "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" } } }