Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@manycore/budget-plugin-api

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@manycore/budget-plugin-api - npm Package Compare versions

Comparing version 0.0.1-test.6 to 0.0.1-test.7

91

package.json

@@ -1,90 +0,1 @@

{
"name": "@manycore/budget-plugin-api",
"version": "0.0.1-test.6",
"author": "taiyan",
"title": "@qunhe/budget-plugin-api",
"description": "清单插件平台二开应用的API",
"repository": "git@gitlab.qunhequnhe.com:cspace/budget.git",
"bugs": {
"url": "https://gitlab.qunhequnhe.com/cspace/budget/issues"
},
"license": "MIT",
"main": "./index.js",
"module": "./index.js",
"typings": "types/index.d.ts",
"devDependencies": {
"@babel/core": "~7.16.0",
"@babel/plugin-proposal-optional-chaining": "~7.16.0",
"@babel/preset-env": "~7.16.0",
"@babel/preset-typescript": "~7.16.0",
"@babel/plugin-transform-runtime": "~7.18.0",
"@qunhe/eslint-config-qunhe": "latest",
"@qunhe/prettier-config-qunhe": "latest",
"@qunhe/stylelint-config-qunhe": "latest",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"@types/node": "17.0.41",
"cross-env": "^5.2.0",
"esbuild": "^0.12.9",
"eslint": "^8.0.0",
"eslint-config-alloy": "4.5.0",
"husky": "1.1.3",
"lint-staged": "^10.5.4",
"prettier": "^2.3.0",
"stylelint": "^13.13.1",
"stylelint-config-css-modules": "2.3.0",
"stylelint-config-prettier": "^8.0.2",
"stylelint-config-standard": "^22.0.0",
"stylelint-config-styled-components": "^0.1.1",
"stylelint-prettier": "^1.2.0",
"stylelint-scss": "^3.2.1",
"stylelint-processor-styled-components": "^1.10.0",
"typescript": "^3.8.3",
"remark-cli": "9.0.0",
"remark-lint": "8.0.0",
"remark-preset-lint-recommended": "5.0.0",
"@qunhe/remarklint-config-qunhe": "^0.0.1",
"@qunhe/eslint-plugin-custom": "^3.0.0"
},
"peerDependencies": {
"servkit": "1.0.15"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"packages/**/src/**/*.{js,ts}": [
"kjl ci:lint"
],
"**/*.{md,mdx}": [
"remark"
],
"**/*.{js,ts,css,less,scss,md,mdx,json}": [
"prettier --write",
"git add"
]
},
"sideEffects": [
"*.scss",
"*.css",
"*.less",
"*.svg"
],
"engines": {
"node": ">=10.0.0"
},
"scripts": {
"prepare": "kjl link-cloud-packages",
"dev": "kjl baozheng:dev",
"build": "kjl baozheng:build",
"prePublic": "node ./script/prePublic.js"
},
"resolutions": {
"ws": "7.0.0",
"postcss-modules": "~4.2.0",
"sockjs-client": "~1.5.0",
"sass": "1.49.0"
}
}
{"name":"@manycore/budget-plugin-api","version":"0.0.1-test.7","author":"taiyan","title":"@qunhe/budget-plugin-api","description":"清单插件平台二开应用的API","license":"MIT","main":"./index.js","module":"./index.js","typings":"types/index.d.ts","peerDependencies":{"servkit":"1.0.15"},"sideEffects":["*.scss","*.css","*.less","*.svg"],"engines":{"node":">=10.0.0"},"scripts":{"prepare":"kjl link-cloud-packages","dev":"kjl baozheng:dev","build":"kjl baozheng:build","prePublic":"node ./script/prePublic.js"}}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc