smartcls/package.json

22 lines
480 B
JSON
Raw Normal View History

2017-10-12 09:19:54 +00:00
{
"name": "smartcls",
2017-10-12 09:27:28 +00:00
"version": "1.0.3",
2017-10-12 09:19:54 +00:00
"description": "continuation-local-storage",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"author": "Lossless GmbH",
"license": "MIT",
"scripts": {
"test": "(npmts)"
},
"devDependencies": {
"smartstring": "^2.0.27",
"tapbundle": "^1.1.8"
},
"dependencies": {
"@types/continuation-local-storage": "^3.2.1",
"continuation-local-storage": "^3.2.0",
"typings-global": "^1.0.20"
}
}