Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/@pedrouid/environment/package.json
{
"name": "@pedrouid/environment",
"description": "Environment utilities",
"version": "1.0.1",
"author": "Pedro Gomes <github.com/pedrouid>",
"license": "MIT",
"keywords": [
"env",
"environment",
"utils",
"browser",
"node",
"react-native"
],
"files": [
"dist"
],
"main": "dist/cjs/index.js",
"types": "dist/cjs/index.d.ts",
"unpkg": "dist/umd/index.min.js",
"homepage": "https://github.com/pedrouid/environment",
"repository": {
"type": "git",
"url": "git+https://github.com/pedrouid/environment.git"
},
"bugs": {
"url": "https://github.com/pedrouid/environment/issues"
},
"scripts": {
"start": "tsdx watch",
"clean": "rm -rf dist",
"build:cjs": "./node_modules/.bin/tsc -p tsconfig.cjs.json",
"build:umd": "webpack",
"build": "yarn clean && yarn build:cjs && yarn build:umd",
"test": "tsdx test ./test",
"lint": "tsdx lint src test",
"prepare": "yarn lint && yarn build && yarn test",
"publish:beta": "yarn publish --tag=beta"
},
"devDependencies": {
"@types/jest": "^26.0.15",
"@types/node": "^14.14.7",
"husky": "^4.3.0",
"tsdx": "^0.14.1",
"tslib": "^1.10.0",
"typescript": "^3.7.5",
"webpack": "^4.41.6",
"webpack-cli": "^3.3.11"
},
"husky": {
"hooks": {
"pre-commit": "yarn lint"
}
},
"prettier": {
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5"
}
}
Back to Directory
File Manager