-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 919 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
38
{
"name": "@denciu/npmplayground",
"version": "1.1.19",
"description": "Rocking with npm",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"elo": "ts-node scripts/version.ts"
},
"files": [
"src/test.txt"
],
"repository": {
"type": "git",
"url": "git+https://github.com/denciu/npmplayground.git"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/denciu/"
},
"author": "DC",
"license": "ISC",
"bugs": {
"url": "https://github.com/denciu/npmplayground/issues"
},
"homepage": "https://github.com/denciu/npmplayground#readme",
"dependencies": {
"@types/node-fetch": "^2.6.7",
"inquirer": "^8.0.0",
"node-fetch": "^2.6.1",
"semver": "^7.5.4"
},
"devDependencies": {
"@types/inquirer": "^9.0.6",
"@types/semver": "^7.5.4",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}