-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
40 lines (40 loc) · 1.05 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": "yarn-bound",
"version": "0.5.5",
"description": "Quality of life wrapper around bondage.js",
"main": "dist/yarn-bound.js",
"scripts": {
"test": "jest --coverage --verbose false",
"lint": "eslint .",
"build": "webpack",
"prepublish": "npm run build"
},
"author": "Matthew Broatch",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.16.7",
"babel-jest": "^27.4.4",
"babel-loader": "",
"babel-plugin-add-module-exports": "^1.0.4",
"core-js": "^3.20.2",
"eslint": "",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.3.0",
"jest": "^27.4.3",
"regenerator-runtime": "^0.13.9",
"standard": "^16.0.4",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
},
"dependencies": {
"@mnbroatch/bondage": "4.2.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnbroatch/yarn-bound.git"
},
"bugs": {
"url": "https://github.com/mnbroatch/yarn-bound/issues"
},
"homepage": "https://github.com/mnbroatch/yarn-bound#readme"
}