@devflow-cc/core
Version:
devflow core
57 lines • 1.13 kB
JSON
{
"name": "@devflow-cc/core",
"version": "0.0.1",
"description": "devflow core",
"main": "index.js",
"scripts": {},
"keywords": [
"devflow.cc",
"devflow-cc",
"devflow",
"core"
],
"author": {
"name": "wssgryx",
"email": "wssgryx@163.com",
"url": "https://github.com/wss-git"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/wss-git/devflow-cc-core.git"
},
"bugs": {
"url": "https://github.com/wss-git"
},
"homepage": "https://github.com/wss-git",
"engines": {
"node": ">=14.0.0"
},
"files": [
"index.js",
"lib/",
"README.md",
"LICENSE"
],
"dependencies": {},
"devDependencies": {},
"peerDependencies": {},
"optionalDependencies": {},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bin": {},
"man": [],
"directories": {
"lib": "lib",
"test": "test",
"example": "examples"
},
"preferGlobal": false,
"private": false,
"funding": {
"type": "individual",
"url": "https://github.com/sponsors/yourusername"
}
}