@alline/core
Version:
Core for Alline.
49 lines (48 loc) • 1.11 kB
JSON
{
"name": "@alline/core",
"version": "3.2.0",
"description": "Core for Alline.",
"main": "./lib/index.js",
"types": "./lib/index.d.ts",
"repository": {
"type": "git",
"url": "https://gitlab.com/alline/core.git"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"prebuild": "rimraf lib",
"build": "tsc",
"lint": "eslint --ext .ts src",
"publish": "semantic-release"
},
"files": [
"lib"
],
"keywords": [
"Alline",
"Plex"
],
"author": "Joshua Avalon",
"license": "Apache-2.0",
"devDependencies": {
"@joshuaavalon/eslint-config-typescript": "^4.0.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/gitlab": "^6.0.4",
"@types/lodash": "^4.14.157",
"@types/node": "^14.0.20",
"eslint": "^7.4.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"semantic-release": "^17.1.1",
"typescript": "^3.9.6"
},
"dependencies": {
"@alline/model": "^1.1.1",
"lodash": "^4.17.19",
"tapable": "^2.0.0-beta.11",
"winston": "^3.3.3"
}
}