-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
29 lines (29 loc) · 859 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
{
"name": "typescript-plugin-namespace-import",
"version": "0.3.3",
"description": "A TypeScript Language Service Plugin to auto-complete and insert Namespace Import.",
"main": "dist/index.js",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yukukotani/typescript-plugin-namespace-import.git"
},
"author": "Yuku Kotani (yukukotani@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/yukukotani/typescript-plugin-namespace-import/issues"
},
"homepage": "https://github.com/yukukotani/typescript-plugin-namespace-import#readme",
"dependencies": {
"camelcase": "^6.2.0",
"tsutils": "^3.21.0",
"typescript": "^4.3.5"
},
"devDependencies": {
"@types/node": "^16.7.10",
"@ubie/prettier-config": "^0.1.0",
"prettier": "^2.3.2"
}
}