2019-01-24 13:48:44 +03:00
|
|
|
{
|
2019-02-06 19:22:21 +03:00
|
|
|
"name": "@github/session-resume",
|
2019-11-06 02:56:26 +03:00
|
|
|
"version": "0.0.8",
|
2019-02-06 19:22:21 +03:00
|
|
|
"description": "Annotate fields to be persisted on navigation away from the current page.",
|
|
|
|
"main": "dist/session-resume.umd.js",
|
|
|
|
"module": "dist/session-resume.esm.js",
|
2019-07-23 17:56:52 +03:00
|
|
|
"types": "index.d.ts",
|
2019-02-26 13:46:29 +03:00
|
|
|
"repository": "github/session-resume",
|
2019-01-24 13:48:44 +03:00
|
|
|
"scripts": {
|
2019-02-06 19:22:21 +03:00
|
|
|
"build": "rollup -c && cp session-resume.js.flow dist/session-resume.esm.js.flow && cp session-resume.js.flow dist/session-resume.umd.js.flow",
|
2019-02-21 16:40:40 +03:00
|
|
|
"lint": "github-lint",
|
2019-02-21 16:28:56 +03:00
|
|
|
"test": "karma start test/karma.config.js",
|
2019-02-06 19:22:21 +03:00
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"prebuild": "npm run clean && npm run lint && mkdir dist",
|
|
|
|
"pretest": "npm run build",
|
2019-08-02 14:10:36 +03:00
|
|
|
"prepublishOnly": "npm run build",
|
2019-08-05 14:09:14 +03:00
|
|
|
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
|
2019-01-24 13:48:44 +03:00
|
|
|
},
|
2019-02-06 19:22:21 +03:00
|
|
|
"files": [
|
2019-07-23 17:56:52 +03:00
|
|
|
"dist",
|
|
|
|
"index.d.ts"
|
2019-02-06 19:22:21 +03:00
|
|
|
],
|
2019-01-24 13:48:44 +03:00
|
|
|
"keywords": [],
|
2019-02-14 15:52:00 +03:00
|
|
|
"license": "MIT",
|
2020-04-10 18:17:21 +03:00
|
|
|
"prettier": "@github/prettier-config",
|
2019-02-06 19:22:21 +03:00
|
|
|
"devDependencies": {
|
2020-04-10 18:17:21 +03:00
|
|
|
"@babel/core": "^7.9.0",
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
|
|
"@babel/preset-env": "^7.9.5",
|
|
|
|
"@babel/preset-flow": "^7.9.0",
|
|
|
|
"@github/prettier-config": "0.0.4",
|
2019-02-06 19:22:21 +03:00
|
|
|
"chai": "^4.2.0",
|
2020-04-10 18:17:21 +03:00
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-github": "^3.4.1",
|
|
|
|
"flow-bin": "^0.122.0",
|
|
|
|
"karma": "^5.0.1",
|
2019-02-06 19:22:21 +03:00
|
|
|
"karma-chai": "^0.1.0",
|
2019-11-06 02:56:03 +03:00
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
2019-02-06 19:22:21 +03:00
|
|
|
"karma-mocha": "^1.3.0",
|
|
|
|
"karma-mocha-reporter": "^2.2.5",
|
2020-04-10 18:17:21 +03:00
|
|
|
"mocha": "^7.1.1",
|
|
|
|
"rollup": "^2.4.0",
|
|
|
|
"rollup-plugin-babel": "^4.4.0"
|
2019-02-06 19:22:21 +03:00
|
|
|
},
|
2019-02-21 16:30:51 +03:00
|
|
|
"dependencies": {},
|
|
|
|
"eslintIgnore": [
|
|
|
|
"dist/"
|
|
|
|
]
|
2019-01-24 13:48:44 +03:00
|
|
|
}
|