traxxx-common/package.json

31 lines
800 B
JSON
Raw Normal View History

2024-10-21 23:50:21 +00:00
{
"name": "traxxx-common",
2024-10-22 00:39:55 +00:00
"version": "1.1.3",
2024-10-21 23:50:21 +00:00
"description": "Common utilities for traxxx core and web.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://gitea.unknown.name/DebaucheryLibrarian/traxxx-utils.git"
},
"keywords": [
"traxxx",
"database",
"adult"
],
"author": "DebaucheryLibrarian",
2024-10-22 00:09:18 +00:00
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.25.8",
"@babel/eslint-parser": "^7.25.8",
"@babel/plugin-syntax-import-attributes": "^7.25.7",
"@babel/plugin-transform-optional-chaining": "^7.25.8",
"@babel/preset-env": "^7.25.8",
"eslint": "^8.57.1",
"eslint-config-airbnb-base": "^15.0.0"
}
2024-10-21 23:50:21 +00:00
}