-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.05 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
42
43
44
45
46
{
"name": "pglet",
"version": "0.1.0",
"description": "Pglet client for Node.js - easily build interactive web apps in Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/*",
"LICENSE",
"README.md"
],
"scripts": {
"test": "jest",
"test-multiple": "FOR /L %i IN (1,1,5) DO (jest)",
"coverage": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pglet/pglet-node.git"
},
"keywords": [
"web",
"UI"
],
"author": "Appveyor Systems Inc.",
"license": "MIT",
"bugs": {
"url": "https://github.com/pglet/pglet-node/issues"
},
"homepage": "https://github.com/pglet/pglet-node#readme",
"dependencies": {
"@types/node": "^14.14.28",
"@types/request": "^2.48.5",
"compare-versions": "^3.6.0",
"diff": "^5.0.0",
"request": "^2.88.2"
},
"devDependencies": {
"@types/diff": "^5.0.0",
"@types/jest": "^26.0.20",
"jest": "^26.6.3",
"ps-node": "^0.1.6",
"ts-jest": "^26.5.2",
"typescript": "^4.2.2"
}
}