-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 891 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
39
{
"name": "project",
"version": "0.1.0-alpha.1",
"description": "",
"homepage": "https://github.com/allanchau/project#readme",
"bugs": {
"url": "https://github.com/allanchau/project/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "Allan Chau",
"email": "[email protected]",
"url": "https://www.allanchau.com"
},
"main": "dist/index.js",
"directories": {
"lib": "./dist",
"test": "./test"
},
"repository": {
"type": "git",
"url": "https://github.com/allanchau/project.git"
},
"scripts": {
"build": "webpack",
"test": "jest"
},
"devDependencies": {
"@allanchau/eslint-config": "^11.0.0",
"husky": "^4.2.5",
"jest": "^25.3.0",
"lint-staged": "^10.1.3",
"prettier": "2.0.4",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11"
},
"dependencies": {}
}