smartcls/package.json

22 lines
476 B
JSON
Raw Permalink Normal View History

2017-10-12 09:19:54 +00:00
{
"name": "smartcls",
2018-03-09 10:38:08 +00:00
"version": "1.0.6",
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": {
2018-03-09 10:27:53 +00:00
"@types/node": "^9.4.7",
2018-03-04 23:57:41 +00:00
"smartstring": "^2.0.28",
"tapbundle": "^2.0.0"
2017-10-12 09:19:54 +00:00
},
"dependencies": {
"@types/continuation-local-storage": "^3.2.1",
2018-03-04 23:57:41 +00:00
"continuation-local-storage": "^3.2.1"
2017-10-12 09:19:54 +00:00
}
}