joyent-portal/packages/manifest-editor/package.json

47 lines
1.4 KiB
JSON

{
"name": "joyent-manifest-editor",
"version": "1.0.0",
"private": true,
"license": "MPL-2.0",
"description": "",
"keywords": [],
"repository": "github:yldio/joyent-portal",
"main": "dist/joyent-manifest-editor.umd.js",
"jsnext:main": "dist/joyent-manifest-editor.es.js",
"module": "dist/joyent-manifest-editor.es.js",
"entry": "src/index.js",
"scripts": {
"lint:css": "echo 0",
"lint-ci:css": "echo 0",
"lint:js": "eslint . --fix",
"lint-ci:js": "eslint . --format junit --output-file $CIRCLE_TEST_REPORTS/lint/manifest-editor.xml",
"lint": "redrun -s lint:*",
"lint-ci": "redrun -p lint-ci:*",
"test": "echo 0 # bup && NODE_ENV=test jest --coverage",
"test-ci": "echo 0 # NODE_ENV=test JEST_JUNIT_OUTPUT=$CIRCLE_TEST_REPORTS/test/manifest-editor.xml jest --coverage --coverageDirectory=$CIRCLE_ARTIFACTS/manifest-editor --testResultsProcessor='./node_modules/jest-junit'",
"build": "bup",
"prepublish": "redrun build"
},
"dependencies": {
"prop-types": "^15.5.10",
"react-codemirror": "^1.0.0"
},
"devDependencies": {
"babel-preset-react-app": "^3.0.0",
"bup": "^1.0.9",
"eslint": "^3.19.0",
"eslint-config-joyent-portal": "1.0.0",
"jest": "^20.0.4",
"react": "^15.5.4",
"react-test-renderer": "^15.5.4",
"redrun": "^5.9.14"
},
"peerDependencies": {
"react": "*"
},
"jest": {
"testEnvironment": "jsdom",
"testRegex": "test/index.js"
}
}