-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 958 Bytes
/
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
{
"name": "@clonexy700/nsu-opd-dmta-solver",
"version": "1.0.7",
"description": "DMTA Solver",
"main": "canvas.js",
"directories": {
"test": "tests"
},
"devDependencies": {
"@types/jest": "^27.0.2",
"cypress": "^8.7.0",
"gh-pages": "^4.0.0",
"jest": "^27.5.1",
"jest-esm-transformer": "^1.0.0",
"serve": "^11.3.2"
},
"scripts": {
"test": "npx jest --config jest.config.js --coverage",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Clonexy700/NSU-opd-dmta-solver.git"
},
"author": "Georgiy Dedov",
"license": "GPL-3.0",
"homepage": "https://clonexy700.github.io/dmta_mlita_project_version_nativejs",
"keywords": [
"finite",
"state",
"machines"
],
"files": [
"src"
],
"dependencies": {
"chai": "^4.3.6"
}
}