-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 863 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
{
"name": "linear-codesandbox-integration",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsnd --respawn src/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codesandbox/linear-codesandbox-integration.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codesandbox/linear-codesandbox-integration/issues"
},
"homepage": "https://github.com/codesandbox/linear-codesandbox-integration#readme",
"dependencies": {
"@linear/sdk": "^1.22.0",
"body-parser": "^1.20.0",
"express": "^4.19.2"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.13",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
}
}