Current section
Files
Jump to
Current section
Files
package.json
{
"name": "backpex",
"version": "0.14.0",
"license": "MIT",
"type": "module",
"main": "./priv/static/js/backpex.cjs.js",
"module": "./priv/static/js/backpex.esm.js",
"exports": {
"import": {
"default": "./priv/static/js/backpex.esm.js"
},
"require": {
"default": "./priv/static/js/backpex.cjs.js"
}
},
"repository": {
"type": "git",
"url": "git://github.com/naymspace/backpex.git"
},
"files": [
"README.md",
"LICENSE.md",
"package.json",
"priv/static/js/*",
"assets/js/**"
],
"scripts": {
"format:standard": "standard assets/js --fix",
"lint:standard": "standard assets/js"
},
"standard": {
"globals": [
"localStorage",
"IntersectionObserver"
]
},
"devDependencies": {
"standard": "17.1.2"
}
}