{ "name": "@feakin/cli", "version": "0.3.0", "description": "cli", "main": "src/index.js", "typings": "src/index.d.ts", "bin": { "feakin": "./bin/feakin" }, "module": "build/src/index.js", "repository": "https://github.com/phodal/@feakin/cli", "license": "MIT", "keywords": [], "scripts": { "test": "react-scripts test --watchAll=false" }, "publishConfig": { "directory": "dist" }, "dependencies": { "@feakin/exporter": "^0.3.0", "@feakin/parser": "^0.3.0", "@types/jest": "^28.1.7", "@types/node": "^18.7.12" }, "jest": { "transform": { "^.+\\.[t|j]sx?$": "ts-jest" }, "transformIgnorePatterns": [ "node_modules/(?!(roughjs|points-on-curve|path-data-parser|points-on-path|konva))" ], "resetMocks": false }, "files": [ "bin/feakin", "src/**", "!**/*.spec.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md" ], "gitHead": "8c6457d2f5bf987f8edb6049e9a32813a2f50d80" }