@holographxyz/environment
Version:
Holograph Protocol
50 lines • 1.25 kB
JSON
{
"name": "@holographxyz/environment",
"version": "0.1.11",
"description": "Holograph Protocol",
"license": "SEE LICENSE IN LICENSE.md",
"author": "@holographxyz",
"repository": {
"type": "git",
"url": "https://github.com/holographxyz/holograph"
},
"homepage": "https://holograph.xyz",
"keywords": [
"holograph",
"holograph environment",
"holograph protocol",
"holograph protocol environment"
],
"bugs": {
"url": "https://github.com/holographxyz/holograph/issues"
},
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
"dist",
"src",
"types.ts",
"tsconfig.json",
"sample.env"
],
"dependencies": {
"dotenv": "^10.0.0",
"path": "^0.12.7"
},
"devDependencies": {
"@types/data-urls": "^2.0.1",
"@types/node": "^17.0.21",
"dotenv": "^10.0.0",
"path": "^0.12.7",
"prettier": "^2.6.2",
"ts-node": "^10.1.0",
"typechain": "^7.0.0",
"typescript": "^4.3.5",
"tsconfig": "0.0.0"
},
"scripts": {
"build": "tsc --build",
"prettier:check": "prettier --loglevel error --ignore-path .gitignore --list-different .",
"prettier:fix": "prettier --loglevel error --ignore-path .gitignore --write ."
}
}