Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
talha_silentcontent
/
node_modules
/
optics-ts
/
Filename :
package.json
back
Copy
{ "name": "optics-ts", "version": "2.4.1", "description": "Type-safe, ergonomic, polymorphic optics for TypeScript", "repository": "https://github.com/akheron/optics-ts", "author": "Petri Lehtinen <petri@digip.org>", "license": "MIT", "keywords": [ "optics", "lens", "prism", "traveral", "isomorphism", "immutable", "functional-programming" ], "main": "./dist/cjs/index.js", "exports": { ".": { "types": "./index.d.ts", "import": "./dist/mjs/index.js", "require": "./dist/cjs/index.js" }, "./standalone": { "types": "./standalone/index.d.ts", "import": "./dist/mjs/standalone/index.js", "require": "./dist/cjs/standalone/index.js" }, "./interop": { "types": "./interop.d.ts", "import": "./dist/mjs/interop.js", "require": "./dist/cjs/interop.js" } }, "files": [ "dist", "standalone", "*.d.ts" ], "scripts": { "typecheck": "tsc --noEmit", "build": "yarn build:cjs && yarn build:mjs && yarn build:typings && scripts/fixup", "build:cjs": "tsc -p tsconfig.cjs.json", "build:mjs": "tsc -p tsconfig.mjs.json", "build:typings": "tsc -p tsconfig.typings.json", "build:test": "tsc -p tsconfig.test.json", "test": "yarn build:test && jest", "clean": "rm -rf dist/ dist-test/ standalone/ *.d.ts", "lint": "eslint --max-warnings 0 '**/*.ts' && prettier --check \"**/*.{json,md}\"", "lint:fix": "eslint --fix '**/*.ts' && prettier --write '**/*.{json,md}'", "prepublishOnly": "yarn run clean && yarn run build", "generate-index": "ts-node ./scripts/generate-index.ts > src/index.ts && prettier --write src/index.ts" }, "devDependencies": { "@babel/types": "^7.12.1", "@types/jest": "^29.5.2", "@typescript-eslint/eslint-plugin": "^4.14.0", "@typescript-eslint/parser": "^4.14.0", "eslint": "^7.18.0", "eslint-config-prettier": "^8.1.0", "eslint-plugin-prettier": "^4.0.0", "jest": "^29.5.0", "prettier": "^2.2.1", "ts-jest": "^29.1.0", "typescript": "^4.1.2" } }