-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.48 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
{
"name": "event-system-api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"dependencies": {
"@curveball/accesslog": "^0.2.0",
"@curveball/bodyparser": "^0.4.6",
"@curveball/controller": "^0.3.0",
"@curveball/core": "^0.16.3",
"@curveball/cors": "^0.1.3",
"@curveball/problem": "^0.2.2",
"@curveball/router": "^0.3.0",
"@types/node": "^14.14.10",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"airtable": "^0.11.1",
"eslint": "^7.14.0",
"html-webpack-plugin": "^5.3.1",
"npm-watch": "^0.11.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-loader": "^9.2.2",
"ts-watch": "^1.0.8",
"tsc-watch": "^4.2.9",
"typescript": "^4.1.2",
"webpack": "^5.38.1",
"webpack-cli": "^4.7.0",
"webpack-dev-server": "^3.11.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node dist/index.js",
"start:watch": "npx tsc-watch --onSuccess 'node dist/index.js'",
"watch": "tsc --watch",
"lint": "eslint --quiet 'src/*.ts'",
"fix": "eslint --quiet 'src/**/*.ts' --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/torontojs/event-system-api.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/torontojs/event-system-api/issues"
},
"homepage": "https://github.com/torontojs/event-system-api#readme"
}