-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1000 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
40
41
42
43
{
"name": "dayane-lang",
"version": "1.0.0",
"description": "Alunos(as), sejam bem-vindos(as)!",
"main": "index.js",
"scripts": {
"test": "{"
},
"repository": {
"type": "git",
"url": "git+https://github.com/future4code/Dayane-Lang.git"
},
"keywords": [
"[]"
],
"author": "\"\"",
"license": "ISC",
"bugs": {
"url": "https://github.com/future4code/Dayane-Lang/issues"
},
"homepage": "https://github.com/future4code/Dayane-Lang#readme",
"dependencies": {
"@types/knex": "^0.16.1",
"axios": "^0.21.1",
"colors": "^1.4.0",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"knex": "^0.95.6",
"mysql": "^2.18.1",
"react-dom": "^17.0.2",
"readline-sync": "^1.4.10",
"styled-components": "^5.2.3"
},
"devDependencies": {
"@types/jest": "^26.0.23",
"@types/node": "^15.12.4",
"jest": "^27.0.4",
"ts-jest": "^27.0.3",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.1.6",
"typescript": "^4.3.4"
}
}