-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 799 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 799 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
{
"name": "epicstory",
"version": "0.0.1",
"description": "",
"main": "index.js",
"keywords": [],
"author": "Mateus Sarmento",
"license": "ISC",
"scripts": {
"format": "terraform fmt --recursive ./deploy/ && git ls-files -z -- \"*.ts\" \"*.js\" \"*.vue\" \"*.yml\" \"*.yaml\" \"*.json\" \".prettierrc\" \"*.code-workspace\" | xargs -0 prettier --ignore-path .gitignore --write",
"npmrc": "npmrc-replace-env",
"build": "node scripts/build.js",
"kb": "node scripts/deploy.js",
"epic": "node epic"
},
"bin": {
"epic": "./epic.js"
},
"devDependencies": {
"husky": "^9.0.11",
"lint-staged": "^15.2.5",
"npmrc-replace-env": "^1.1.4",
"prettier": "^3.3.0"
},
"packageManager": "pnpm@9.0.1+sha1.0e0a9c2d140ddf9aab730067eb7bcfb9e18bdee7"
}