-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 809 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 809 Bytes
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
{
"name": "visual_logic",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"test": "jest --config jest.config.js --coverage",
"lint": "./node_modules/.bin/eslint src/",
"lint:fix": "./node_modules/.bin/eslint src/ --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shailpatels/VisualLogic-Web.git"
},
"author": "Shail Patel",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/shailpatels/VisualLogic-Web/issues"
},
"homepage": "https://github.com/shailpatels/VisualLogic-Web#readme",
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.17.7",
"eslint": "^8.2.0",
"esm": "^3.2.25",
"jest": "^27.3.1",
"jest-esm-transformer": "^1.0.0",
"serve": "^13.0.2"
}
}