-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 893 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
39
40
41
42
43
{
"name": "intellipath",
"version": "0.0.1",
"description": "IntelliSense-like autocompletion features for string literals in TypeScript",
"license": "GPL-3.0-only",
"types": "index.d.ts",
"scripts": {
"test": "prove"
},
"files": [
"index.d.ts"
],
"devDependencies": {
"typescript": "4.1.x"
},
"peerDependencies": {
"typescript": ">=4.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Aksamyt/intellipath.git"
},
"keywords": [
"typescript",
"typesafe",
"type",
"safe",
"dot",
"notation",
"string",
"literal",
"template",
"metaprogramming"
],
"author": {
"name": "Alexandre Szymocha",
"url": "https://github.com/Aksamyt"
},
"bugs": {
"url": "https://github.com/Aksamyt/intellipath/issues"
},
"homepage": "https://github.com/Aksamyt/intellipath#readme"
}