Skip to content

Commit a961da6

Browse files
committed
feat: use npm init
1 parent e88950d commit a961da6

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

index.ts

Whitespace-only changes.

package.json

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "typescript-tutorials",
3+
"version": "1.0.0",
4+
"description": "TypeScript Tutorials for GitHub",
5+
"main": "index.js",
6+
"scripts": {
7+
"build": "tsc index.ts"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "git+https://github.com/MikhailMasny/typescript-tutorials.git"
12+
},
13+
"keywords": [
14+
"typescript",
15+
"ts"
16+
],
17+
"author": "Mikhail M.",
18+
"license": "ISC",
19+
"bugs": {
20+
"url": "https://github.com/MikhailMasny/typescript-tutorials/issues"
21+
},
22+
"homepage": "https://github.com/MikhailMasny/typescript-tutorials#readme"
23+
}

0 commit comments

Comments
 (0)