-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 904 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
{
"name": "snremote",
"version": "1.0.2",
"description": "remote access to servicenow instances",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/julian-hoch/snremote.git"
},
"keywords": [
"servicenow"
],
"author": "Julian Hoch",
"license": "MIT",
"bugs": {
"url": "https://github.com/julian-hoch/snremote/issues"
},
"homepage": "https://github.com/julian-hoch/snremote#readme",
"devDependencies": {
"@babel/core": "^7.22.19",
"@babel/preset-env": "^7.22.15",
"@babel/preset-typescript": "^7.22.15",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.5",
"approvals": "^6.2.2",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
},
"dependencies": {
"axios": "^1.5.0"
}
}