forked from IMQS/onboard-javascript
-
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) · 721 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 721 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": "onboard-javascript",
"version": "1.0.0",
"description": "onboarding",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geraldtivatyi/onboard-javascript.git"
},
"author": "Gerald",
"license": "ISC",
"bugs": {
"url": "https://github.com/geraldtivatyi/onboard-javascript/issues"
},
"homepage": "https://github.com/geraldtivatyi/onboard-javascript#readme",
"dependencies": {
"@types/jquery": "^3.5.5",
"http": "^0.0.1-security",
"tsc": "^2.0.3",
"typescript": "^4.3.4"
},
"devDependencies": {
"@types/node": "^15.12.1"
}
}