@daitanjs/development
Version:
Development utilities for environment management, Google APIs, and system information.
59 lines (58 loc) • 1.36 kB
JSON
{
"name": "@daitanjs/development",
"version": "1.0.12",
"description": "Development utilities for environment management, Google APIs, and system information.",
"type": "module",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"sideEffects": false,
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"scripts": {
"start:test": "node test.js",
"build": "rimraf dist && babel src --out-dir dist --copy-files --source-maps",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"keywords": [
"development",
"googleapis",
"systeminformation",
"winston",
"utilities"
],
"author": "Buck Miller <haelpers@gmail.com>",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/daitandojo/@daitanjs"
},
"peerDependencies": {
"lodash": "^4.17.21"
},
"dependencies": {
"@daitanjs/error": "^1.0.0",
"googleapis": "^134.0.0",
"systeminformation": "^5.22.0",
"winston": "^3.13.0",
"dotenv": "^16.4.5",
"chalk": "^5.3.0"
},
"publishConfig": {
"access": "public"
},
"devDependencies": {
"rimraf": "^3.0.2",
"@babel/cli": "^7.17.0",
"@babel/core": "^7.17.0",
"@babel/preset-env": "^7.17.0",
"chalk": "^5.3.0"
}
}