TypeScript/tests/cases/user/npm/package.json

15 lines
234 B
JSON
Raw Normal View History

{
"name": "npm-test",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "",
"license": "Apache-2.0",
"dependencies": {
"npm": "^5.7.1"
},
"devDependencies": {
"@types/node": "latest"
}
}