-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.07 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
41
{
"name": "inequality-grammar",
"version": "1.3.5",
"description": "",
"main": "dist/inequality-grammar.js",
"files": [
"dist"
],
"scripts": {
"dev": "webpack --watch --mode development",
"build": "webpack --mode production",
"test": "jest",
"prepublishOnly": "yarn && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/isaacphysics/inequality-grammar.git"
},
"author": "Andrea Franceschini <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/isaacphysics/inequality-grammar/issues"
},
"homepage": "https://github.com/isaacphysics/inequality-grammar#readme",
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"babel-jest": "^29.7.0",
"babel-loader": "^8.2.5",
"jest": "^29.7.0",
"nearley-loader": "^2.0.0",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"jest-transform-nearley": "^2.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
"moo": "^0.5.2",
"nearley": "^2.20.1"
}
}