{ "name": "@freesewing/aaron", "version": "2.17.4", "description": "A FreeSewing pattern for a A-shirt or tank top", "author": "Joost De Cock (https://github.com/joostdecock)", "homepage": "https://freesewing.org/", "repository": "github:freesewing/freesewing", "license": "MIT", "bugs": { "url": "https://github.com/freesewing/freesewing/issues" }, "keywords": [ "freesewing", "design", "diy", "fashion", "made to measure", "parametric design", "pattern", "sewing", "sewing pattern" ], "main": "dist/index.js", "module": "dist/index.mjs", "scripts": { "clean": "rimraf dist", "build": "rollup -c", "test": "BABEL_ENV=production ../../node_modules/.bin/_mocha tests/*.test.js --require @babel/register", "pubtest": "npm publish --registry http://localhost:6662", "pubforce": "npm publish", "symlink": "mkdir -p ./node_modules/@freesewing && cd ./node_modules/@freesewing && ln -s -f ../../../* . && cd -", "start": "rollup -c -w", "netlify": "echo \"Not configured yet\"", "testci": "BABEL_ENV=production ./node_modules/.bin/_mocha tests/*.test.js --require @babel/register" }, "peerDependencies": { "@freesewing/core": "^2.17.4", "@freesewing/plugin-bundle": "^2.17.4", "@freesewing/brian": "^2.17.4" }, "dependencies": {}, "devDependencies": { "react": "^17.0.2", "react-dom": "^17.0.2", "@babel/plugin-proposal-class-properties": "^7.13.0", "babel-eslint": "^10.1.0", "eslint": "^7.27.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^1.1.0", "@freesewing/components": "^2.17.4", "@freesewing/css-theme": "^2.17.4", "@freesewing/i18n": "^2.17.4", "@freesewing/mui-theme": "^2.17.4", "@freesewing/plugin-bust": "^2.17.4", "@freesewing/plugin-buttons": "^2.17.4", "@freesewing/plugin-flip": "^2.17.4", "@freesewing/utils": "^2.17.4", "react-scripts": "^4.0.3", "webpack": "^5.37.0", "rollup": "^2.50.6", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^19.0.0", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.0.0", "rollup-plugin-peer-deps-external": "^2.2.4", "@material-ui/core": "^4.11.4", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^v4.0.0-alpha.57", "axios": "0.21.1", "react-intl": "^5.17.6", "prop-types": "^15.7.2", "mocha": "^8.1.0", "chai": "^4.2.0", "chai-string": "^1.5.0", "@babel/register": "^7.10.5" }, "files": [ "dist/*", "README.md", "package.json" ], "publishConfig": { "access": "public", "tag": "latest" }, "engines": { "node": ">=12.0.0", "npm": ">=6" }, "rollup": { "exports": "default" } }