-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1003 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": "biblioteca-musical",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "tsc-watch --onSuccess \"node dist/App/app.js\"",
"test": "mocha",
"doc": "typedoc",
"coveragelocal": "nyc npm test",
"coverage": "nyc npm test && nyc report --reporter=lcov"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/inquirer": "^8.2.1",
"@types/lowdb": "^1.0.11",
"@types/mocha": "^9.1.0",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"chai": "^4.3.6",
"eslint": "^8.9.0",
"eslint-config-google": "^0.14.0",
"fuzzy": "^0.1.3",
"inquirer": "^8.0.0",
"lowdb": "^1.0.0",
"mocha": "^9.2.1",
"nyc": "^15.1.0",
"ts-node": "^10.5.0",
"tsc-watch": "^4.6.0",
"typedoc": "^0.22.18",
"typescript": "^4.6.3"
},
"dependencies": {
"inquirer-autocomplete-prompt": "^2.0.0"
}
}