2017-06-09 03:54:25 +03:00
|
|
|
{
|
|
|
|
"name": "joyent-manifest-editor",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"description": "",
|
|
|
|
"keywords": [],
|
|
|
|
"repository": "github:yldio/joyent-portal",
|
2017-06-09 07:22:49 +03:00
|
|
|
"main": "dist/joyent-manifest-editor.umd.js",
|
|
|
|
"jsnext:main": "dist/joyent-manifest-editor.es.js",
|
|
|
|
"module": "dist/joyent-manifest-editor.es.js",
|
2017-06-09 03:54:25 +03:00
|
|
|
"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:*",
|
2017-06-12 01:58:22 +03:00
|
|
|
"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 -e \"console.log(require.resolve('jest-junit'))\")`",
|
2017-06-09 03:54:25 +03:00
|
|
|
"build": "bup",
|
2017-08-04 01:56:57 +03:00
|
|
|
"postinstall": "bup",
|
2017-06-09 03:54:25 +03:00
|
|
|
"prepublish": "redrun build"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-06-09 07:26:25 +03:00
|
|
|
"prop-types": "^15.5.10",
|
|
|
|
"react-codemirror": "^1.0.0"
|
2017-06-09 03:54:25 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-08-28 22:46:04 +03:00
|
|
|
"babel-preset-react-app": "^3.0.2",
|
2017-06-09 03:54:25 +03:00
|
|
|
"bup": "^1.0.9",
|
2017-08-28 22:46:04 +03:00
|
|
|
"eslint": "^4.5.0",
|
2017-06-21 19:48:15 +03:00
|
|
|
"eslint-config-joyent-portal": "2.0.0",
|
2017-06-09 03:54:25 +03:00
|
|
|
"jest": "^20.0.4",
|
2017-06-16 22:41:57 +03:00
|
|
|
"react": "^15.6.1",
|
|
|
|
"react-test-renderer": "^15.6.1",
|
2017-08-28 22:46:04 +03:00
|
|
|
"redrun": "^5.9.16"
|
2017-06-09 03:54:25 +03:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2017-06-09 07:26:25 +03:00
|
|
|
"react": "*"
|
2017-06-09 03:54:25 +03:00
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"testEnvironment": "jsdom",
|
|
|
|
"testRegex": "test/index.js"
|
|
|
|
}
|
|
|
|
}
|