-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 953 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
{
"name": "od-tsplay",
"version": "0.1.1",
"description": "Simple TypeScript Project Template",
"main": "src/index.ts",
"scripts": {
"dev": "concurrently \"npm run serve\" \"npm run tsc:src\"",
"serve": "node tools/browserSync",
"tsc:src": "tsc -w -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dinony/od-tsplay.git"
},
"keywords": [
"Template",
"Project Template",
"Starter",
"Starter Template",
"TypeScript",
"TypeScript Template",
"Basic Template",
"Simple Template",
"Prototyping"
],
"author": "Onur Dogangönül <contact@dinony.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dinony/od-tsplay/issues"
},
"homepage": "https://github.com/dinony/od-tsplay#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"concurrently": "^3.5.0",
"systemjs": "^0.20.19",
"typescript": "^2.5.3"
}
}