-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 872 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 872 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
30
31
32
33
34
35
36
37
{
"name": "@fast-check/ltl",
"version": "0.8.3",
"description": "",
"main": "dist/src/index.js",
"scripts": {
"test": "npx jest",
"sample-server": "cd tests/website_tests; python3 -m http.server"
},
"author": "",
"license": "ISC",
"files": [
"dist"
],
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/jest": "^29.5.12",
"@types/lodash.isequal": "^4.5.8",
"@types/node": "^20.11.25",
"fast-check": "^3.16.0",
"prettier": "^3.2.5",
"puppeteer": "^22.6.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.2"
},
"dependencies": {
"@types/json-diff": "^1.0.3",
"debug": "^4.3.4",
"immer": "^10.0.4",
"json-diff": "^1.0.6",
"lodash.isequal": "^4.5.0"
},
"publishConfig": {
"registry": "https://nexus.screenmeet.com/repository/sm-npm-private/"
}
}