We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88950d commit a961da6Copy full SHA for a961da6
index.ts
package.json
@@ -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