UNPKG

@focuson/cod

Version:

A command line tool to help with the code on demand

77 lines (76 loc) 1.75 kB
{ "browserslist": { "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ], "production": [ ">0.2%", "not dead", "not op_mini all" ] }, "dependencies": { "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "@babel/preset-typescript": "^7.12.7", "commander": "^6.2.0", "crypto-js": "^4.0.0" }, "devDependencies": { "@types/node": "^14.14.7", "npm-check-updates": "^10.0.0", "typescript": "^4.1.5", "@testing-library/jest-dom": "^5.11.5", "@testing-library/user-event": "^12.2.0", "@types/jest": "^26.0.15", "jest": "^26.6.0", "ts-jest": "^26.4.4" }, "files": [ "LICENSE.md", "README.md", "dist/index.js", "dist/index.d.ts", "dist/src/" ], "keywords": [ "functionalprogramming", "lens", "optics" ], "license": "MIT", "main": "dist/index", "types": "dist/index", "repository": "github:focuson-ts/focuson", "scripts": { "test": "jest --config jest.config.json", "test:watch": "npm run test -- --watch" }, "version": "1.44.1", "template": "noreact", "name": "@focuson/cod", "description": "A command line tool to help with the code on demand", "details": { "publish": true, "links": [], "tsc": true, "extraDeps": { "@babel/core": "^7.12.9", "@babel/preset-env": "^7.12.7", "@babel/preset-react": "^7.12.7", "@babel/preset-typescript": "^7.12.7", "commander": "^6.2.0", "crypto-js": "^4.0.0" }, "extraDevDeps": {}, "extraBins": { "cod": "./dist/index.js" } }, "bin": { "cod": "./dist/index.js" } }