Conduitry
/
contexty
Arkistoidut
1
Fork 0
This repository has been archived on 2021-09-16. You can view files and clone it, but cannot push or open issues or pull requests.
contexty/package.json

34 rivejä
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"
}