-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 819 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 819 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
{
"name": "benchmark",
"version": "1.0.0",
"description": "**Edit a file, create a new file, and clone from Bitbucket in under 2 minutes**",
"main": "index.js",
"dependencies": {
"console-table-printer": "^2.9.0",
"node": "^16.1.0",
"tsc": "^2.0.3",
"tslib": "^2.2.0",
"yargs": "^17.0.1"
},
"devDependencies": {
"@types/node": "^15.3.0",
"@types/yargs": "^16.0.1",
"typescript": "^4.2.4"
},
"scripts": {
"bench": "tsc && node dist/src/bench.js",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://ALN_RZ789@bitbucket.org/alaninternship/first_project.git"
},
"author": "",
"license": "ISC",
"homepage": "https://bitbucket.org/alaninternship/first_project#readme"
}