I have the following in a package.json file for npm
"devDependencies": {
"@types/node": "^6.0.46",
"@types/jasmine": "^2.5.36",
"@types/selenium-webdriver": "2.53.33"
},
Any special meaning for @ or @types ?
I have the following in a package.json file for npm
"devDependencies": {
"@types/node": "^6.0.46",
"@types/jasmine": "^2.5.36",
"@types/selenium-webdriver": "2.53.33"
},
Any special meaning for @ or @types ?
That is a scoped package.
Scoped packages allow multiple developers to have packages with the same name as they exist in different unique namespaces based on the developer's unique username.