-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.65 KB
/
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
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "korerorero-mouth-shapes",
"version": "0.0.1",
"description": "Exposing DanielSWolf / rhubarb-lip-sync as a service",
"main": "index.js",
"scripts": {
"start": "node dist/index.js",
"build": "webpack",
"mock-server": "./node_modules/.bin/json-server -p 3000 -H 127.0.0.1 -s src/__mocks__/public/. src/__mocks__/db.json",
"test": "npm run mock-server & jest && npm run stop-mock-server",
"stop-mock-server": "pkill -9 -f json\\-server"
},
"dependencies": {
"axios": "^0.19.2",
"body-parser": "^1.19.0",
"dotenv": "^8.2.0",
"envalid": "^6.0.1",
"express": "^4.17.1",
"fs": "0.0.2",
"helmet": "^3.22.0",
"querystring": "^0.2.0",
"sanitize-filename": "^1.6.3",
"tmp": "^0.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@types/cors": "^2.8.6",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.6",
"@types/helmet": "0.0.45",
"@types/jest": "^25.2.1",
"@types/node": "^13.13.0",
"@types/tmp": "^0.1.0",
"babel-jest": "^25.3.0",
"jest": "^25.3.0",
"json-server": "^0.16.1",
"ts-jest": "^25.4.0",
"ts-loader": "^7.0.0",
"typescript": "^3.8.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ServiceInnovationLab/korerorero-mouth-shapes.git"
},
"author": "Conrad Johnston",
"license": "MIT",
"bugs": {
"url": "https://github.com/ServiceInnovationLab/korerorero-mouth-shapes/issues"
},
"homepage": "https://github.com/ServiceInnovationLab/korerorero-mouth-shapes#readme"
}