-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 864 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
{
"name": "habiticascripts",
"version": "1.0.0",
"description": "A script suite with customizations for Habitica's website",
"scripts": {
"test": "jest",
"watch": "jest --watch",
"dev": "node ./src/actions.js"
},
"author": "Marcelo 'Mark' Kopmann",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.3",
"@babel/node": "^7.8.3",
"@babel/preset-env": "^7.8.3",
"jest": "^24.9.0",
"babel-jest": "^24.9.0",
"rollup": "^1.29.0",
"rollup-plugin-banner": "git+https://github.com/Markkop/rollup-plugin-banner.git",
"rollup-plugin-shift-header": "^1.0.1",
"codecov": "^3.6.5",
"inquirer": "^7.0.3"
},
"dependencies": {},
"jest": {
"coverageDirectory": "./coverage/",
"collectCoverage": true
}
}