34 lines
802 B
JSON
34 lines
802 B
JSON
{
|
|
"name": "contexty",
|
|
"version": "1.0.0",
|
|
"description": "Asynchronous \"thread-local storage\" for Node.js, using async_hooks",
|
|
"main": "./dist/index.cjs.js",
|
|
"module": "./dist/index.es.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"lint": "eslint src rollup.config.js",
|
|
"format": "prettier --write --use-tabs --no-semi --single-quote --trailing-comma es5 \"src/**/*.js\" \"*.js\""
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "^4.2.0",
|
|
"prettier": "^1.5.3",
|
|
"rollup": "^0.45.2"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.2.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Conduitry/contexty.git"
|
|
},
|
|
"author": "Conduitry",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Conduitry/contexty/issues"
|
|
},
|
|
"homepage": "https://contexty.unwieldy.org"
|
|
}
|