2021-04-09 03:57:50 +03:00
|
|
|
{
|
2021-04-14 19:07:14 +03:00
|
|
|
"name": "@github/typing-effect-element",
|
2021-04-28 10:46:52 +03:00
|
|
|
"version": "0.0.2",
|
2021-04-14 19:07:14 +03:00
|
|
|
"description": "A custom element that shows text as if it were being typed.",
|
2021-04-09 03:57:50 +03:00
|
|
|
"main": "dist/index.js",
|
|
|
|
"module": "dist/index.js",
|
|
|
|
"type": "module",
|
|
|
|
"types": "dist/index.d.ts",
|
|
|
|
"license": "MIT",
|
2021-04-14 19:07:14 +03:00
|
|
|
"repository": "github/typing-effect-element",
|
2021-04-09 03:57:50 +03:00
|
|
|
"files": [
|
|
|
|
"dist"
|
|
|
|
],
|
|
|
|
"scripts": {
|
|
|
|
"clean": "rm -rf dist",
|
|
|
|
"lint": "eslint . --ext .ts,.js",
|
|
|
|
"prebuild": "npm run clean && npm run lint && mkdir dist",
|
|
|
|
"build": "tsc",
|
|
|
|
"pretest": "npm run build",
|
|
|
|
"test": "karma start karma.config.cjs",
|
|
|
|
"prepublishOnly": "npm run build",
|
|
|
|
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'"
|
|
|
|
},
|
|
|
|
"prettier": "@github/prettier-config",
|
|
|
|
"devDependencies": {
|
|
|
|
"@github/prettier-config": "0.0.4",
|
2021-04-12 20:05:26 +03:00
|
|
|
"chai": "^4.3.4",
|
|
|
|
"eslint": "^7.24.0",
|
|
|
|
"eslint-plugin-github": "^4.1.3",
|
|
|
|
"karma": "^6.3.2",
|
2021-04-09 03:57:50 +03:00
|
|
|
"karma-chai": "^0.1.0",
|
|
|
|
"karma-chrome-launcher": "^3.1.0",
|
2021-04-12 20:05:26 +03:00
|
|
|
"karma-firefox-launcher": "^2.1.0",
|
2021-04-09 03:57:50 +03:00
|
|
|
"karma-mocha": "^2.0.1",
|
|
|
|
"karma-mocha-reporter": "^2.2.5",
|
2021-04-12 20:05:26 +03:00
|
|
|
"mocha": "^8.3.2",
|
|
|
|
"typescript": "^4.2.4"
|
2021-04-09 03:57:50 +03:00
|
|
|
}
|
|
|
|
}
|