generated from mastashake08/npm-package-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.06 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
35
36
37
38
39
40
{
"name": "@mastashake08/video-transforms",
"version": "v0.1.1",
"description": "npm package template.",
"author": "Jyrone Parker <[email protected]>",
"main": "index.js",
"module": "index.js",
"scripts": {
"coveralls": "nyc report --reporter=text-lcov | coveralls",
"lint": "eslint --ignore-path .gitignore .",
"lint:fix": "npm run lint -- --fix",
"release": "standard-version --no-verify"
},
"repository": {
"type": "git",
"url": "https://github.com/mastashake08/video-transforms"
},
"bugs": {
"url": "https://github.com/mastashake08/video-transforms/issues"
},
"keywords": [
"video-transforms"
],
"dependencies": {},
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
"coveralls": "^3.1.0",
"eslint": "^7.15.0",
"eslint-plugin-prettier": "^3.2.0",
"husky": "^4.3.0",
"lint-staged": "^10.5.3",
"mocha": "^8.2.1",
"nyc": "^15.1.0",
"prettier": "^2.2.1",
"standard-version": "^9.0.0"
},
"files": ["src"],
"license": "MIT"
}