@arcjet/rollup-config
Version:
Custom rollup config for Arcjet projects
59 lines (58 loc) • 1.33 kB
JSON
{
"name": "@arcjet/rollup-config",
"version": "1.0.0-beta.7",
"description": "Custom rollup config for Arcjet projects",
"license": "Apache-2.0",
"homepage": "https://arcjet.com",
"repository": {
"type": "git",
"url": "git+https://github.com/arcjet/arcjet-js.git",
"directory": "rollup-config"
},
"bugs": {
"url": "https://github.com/arcjet/arcjet-js/issues",
"email": "support@arcjet.com"
},
"author": {
"name": "Arcjet",
"email": "support@arcjet.com",
"url": "https://arcjet.com"
},
"engines": {
"node": ">=18"
},
"type": "module",
"main": "./index.js",
"types": "./index.d.ts",
"files": [
"LICENSE",
"README.md",
"*.js",
"*.d.ts",
"!*.config.js"
],
"scripts": {
"lint": "eslint .",
"test": "node --test --experimental-test-coverage"
},
"dependencies": {
"@rollup/plugin-replace": "6.0.2",
"@rollup/plugin-typescript": "12.1.2"
},
"peerDependencies": {
"@rollup/wasm-node": "^4"
},
"devDependencies": {
"@arcjet/eslint-config": "1.0.0-beta.7",
"@arcjet/tsconfig": "1.0.0-beta.7",
"@types/node": "18.18.0",
"@rollup/wasm-node": "4.40.1",
"eslint": "9.26.0",
"expect": "29.7.0",
"typescript": "5.8.3"
},
"publishConfig": {
"access": "public",
"tag": "latest"
}
}