session-resume/package.json

49 строки
1.5 KiB
JSON
Исходник Обычный вид История

2019-01-24 13:48:44 +03:00
{
2019-02-06 19:22:21 +03:00
"name": "@github/session-resume",
2019-08-05 18:04:25 +03:00
"version": "0.0.7",
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",
"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": [],
"author": "",
2019-02-14 15:52:00 +03:00
"license": "MIT",
2019-02-06 19:22:21 +03:00
"devDependencies": {
2019-07-05 13:56:07 +03:00
"@babel/core": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/preset-env": "^7.5.0",
2019-02-06 19:22:21 +03:00
"@babel/preset-flow": "^7.0.0",
"chai": "^4.2.0",
"eslint": "^6.0.1",
"eslint-plugin-github": "^3.0.0",
"flow-bin": "^0.102.0",
2019-07-05 13:56:07 +03:00
"karma": "^4.1.0",
2019-02-06 19:22:21 +03:00
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.2.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"mocha": "^6.1.4",
2019-07-05 13:56:07 +03:00
"rollup": "^1.16.6",
"rollup-plugin-babel": "^4.3.3"
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
}