18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"name": "vscode-strict-null-tools",
|
|
"private": true,
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "Matt Bierner",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"typescript": "3.1.2",
|
|
"glob": "^7.1.3"
|
|
}
|
|
}
|