Files
eveship.fit.data/package.json
2026-01-07 17:27:54 +01:00

44 lines
1.3 KiB
JSON

{
"name": "@eveshipfit/data",
"publishConfig": {
"registry": "https://git.site.quack-lab.dev/api/packages/dave/npm/"
},
"version": "10.4.0",
"description": "Converted data from the EVE Online SDE",
"scripts": {
"build": "rollup -c",
"lint": "eslint src --ext .js,.ts --cache && prettier -c src",
"prettier": "prettier -w src"
},
"repository": {
"type": "git",
"url": "https://git.site.quack-lab.dev/dave/eveship.fit.data"
},
"author": "EVEShipFit Team <info@eveship.fit>",
"license": "SEE LICENSE IN LICENSE",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"files": [
"dist",
"esf.proto"
],
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-replace": "^5.0.5",
"@rollup/plugin-terser": "^0.4.4",
"@typescript-eslint/eslint-plugin": "^7.8.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"protobufjs-cli": "^1.1.2",
"rollup": "^4.4.0",
"rollup-plugin-dts": "^6.1.0",
"rollup-plugin-esbuild": "^6.1.0",
"rollup-plugin-node-externals": "^7.0.1",
"typescript": "^5.2.2"
}
}