forked from hylyh/bondage.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.18 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.18 KB
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
41
42
43
{
"name": "@mnbroatch/bondage",
"version": "4.2.4",
"description": "Yarn parser for Javascript",
"main": "dist/bondage.js",
"scripts": {
"test": "jest --verbose false",
"test:coverage": "jest --coverage --verbose false",
"lint": "eslint .",
"build": "jison-es src/parser/grammar.json -o src/parser/compiled-parser.js && webpack",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mnbroatch/bondage.js.git"
},
"contributors": [
"j hayley",
"alforno",
"Matthew Broatch"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mnbroatch/bondage.js/issues"
},
"homepage": "https://github.com/mnbroatch/bondage.js#readme",
"devDependencies": {
"@babel/eslint-parser": "^7.16.5",
"@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": "^8.7.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-plugin-import": "^2.3.0",
"jest": "^27.4.3",
"jison-es": "^0.4.18",
"regenerator-runtime": "^0.13.9",
"webpack": "^5.65.0",
"webpack-cli": "^4.9.1"
}
}