@ima/devtools-scripts
Version:
IMA.js devtool script used in the @ima/devtools.
50 lines (49 loc) • 1.24 kB
JSON
{
"name": "@ima/devtools-scripts",
"version": "18.0.0-rc.0",
"description": "IMA.js devtool script used in the @ima/devtools.",
"keywords": [
"IMA",
"IMA.js",
"Chrome",
"Devtools",
"Inject Scripts"
],
"bugs": {
"url": "https://github.com/seznam/ima/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/seznam/ima.git",
"directory": "packages/devtools-scripts"
},
"license": "MIT",
"author": "Miroslav Jancarik <miroslav.jancarik@firma.seznam.cz>",
"contributors": [
{
"name": "Jan Šimeček",
"email": "jan.simecek@firma.seznam.cz"
}
],
"main": "./dist/main.cjs",
"module": "./dist/main.mjs",
"browser": "./dist/main.js",
"scripts": {
"build": "rollup --config",
"dev": "rollup --config --watch",
"lint": "eslint './**/*.{js,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 0",
"preversion": "npm test"
},
"dependencies": {
"to-aop": "^0.5.4"
},
"devDependencies": {
"@babel/plugin-transform-template-literals": "^7.16.7"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"gitHead": "bd1166ac6d14e5695bbf5d58cda5daa04e6374e8"
}