nubo-plugin-api
Version:
52 lines (51 loc) • 1.28 kB
JSON
{
"name": "nubo-plugin-api",
"version": "1.0.16",
"description": "Nubo Plugin API",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
"lint": "tslint -p tsconfig.json",
"test": "jest --config jestconfig.json",
"prepare": "npm run build",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nubosoftware/nubo-plugin-api.git"
},
"keywords": [
"Nubo",
"Plugin",
"API",
"Workspace",
"Hub",
"Nubo Workspace Hub"
],
"author": "dev@nubosoftware.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/nubosoftware/nubo-plugin-api/issues"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/nubosoftware/nubo-plugin-api#readme",
"devDependencies": {
"@types/jest": "^29.2.5",
"jest": "^29.3.1",
"prettier": "^2.8.1",
"ts-jest": "^29.0.3",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.9.4"
},
"dependencies": {
"sequelize": "^6.28.0"
}
}