varkeeper/package.json
2021-08-03 23:46:33 +02:00

45 lines
997 B
JSON

{
"name": "varkeeper",
"version": "2.1.0",
"description": "varkeeper is A tool for handle vars global in different modules ",
"main": "dist/index.js",
"files": [
"dist",
"package.json",
"README.md",
"LICENSE"
],
"devDependencies": {
"chai": "^4.3.4",
"chai-arrays": "^2.2.0",
"gulp": "^4.0.2",
"gulp-minify": "^3.1.0",
"mocha": "^9.0.2",
"prettier": "2.3.2"
},
"scripts": {
"test": "mocha",
"build": "gulp build",
"publish": "npm run build && npm publish --access publish"
},
"repository": "git+https://github.com/lucaspalomodevelop/varkeeper.git",
"keywords": [
"varkeeper",
"var",
"global",
"global var"
],
"author": "lucasdevelop",
"license": "GPL",
"bugs": {
"url": "https://github.com/lucaspalomodevelop/varkeeper/issues"
},
"homepage": "https://github.com/lucaspalomodevelop/varkeeper#readme",
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"uuid": "^8.3.2"
}
}