-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 878 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
{
"name": "@pedroraft/oakbarrel",
"version": "0.1.2",
"description": "Automatic barrel mainteiner",
"main": "bin/oakbarrel.js",
"repository": "https://github.com/pedroraft/oakbarrel.git",
"author": "pedroraft",
"license": "MIT",
"private": false,
"bugs": {
"url": "https://github.com/pedroraft/oakbarrel/issues"
},
"homepage": "https://github.com/pedroraft/oakbarrel#readme",
"bin": {
"oakbarrel": "bin/oakbarrel.js"
},
"preferGlobal": true,
"scripts": {
"build": "tsc -p ."
},
"dependencies": {
"async": "3.2.2",
"fast-glob": "3.2.7",
"micromatch": "^4.0.4",
"nsfw": "2.1.2",
"prettier": "2.5.0"
},
"devDependencies": {
"@types/async": "^3.0.8",
"@types/micromatch": "^4.0.2",
"@types/node": "^13.9.1",
"@types/prettier": "^1.19.0",
"ts-node": "^8.6.2",
"typescript": "^3.8.3"
}
}