-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 934 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": "gpr-project",
"version": "1.0.0",
"description": "A playground for GitHub Package Registry with npm.",
"author": "Roberto Achar <robertoachar@gmail.com>",
"homepage": "https://github.com/robertoachar/gpr-project#readme",
"keywords": [
"node"
],
"main": "main.js",
"files": [
"src"
],
"scripts": {
"lint": "eslint 'src/**/*.js'",
"start": "node main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/robertoachar/gpr-project.git"
},
"bugs": {
"url": "https://github.com/robertoachar/gpr-project/issues"
},
"dependencies": {
"@robertoachar/gpr-package": "1.0.0",
"esm": "3.2.25"
},
"devDependencies": {
"eslint": "6.4.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.3.0",
"eslint-plugin-import": "2.18.2",
"eslint-plugin-prettier": "3.1.1",
"prettier": "1.18.2"
},
"license": "MIT"
}