create-lbgcli
Version:
前端脚手架模板
23 lines (22 loc) • 483 B
JSON
{
"name": "std-env",
"version": "2.3.1",
"description": "Detect running environment of the current Node.js process",
"repository": "unjs/std-env",
"license": "MIT",
"main": "./index.js",
"types": "./index.d.ts",
"scripts": {
"release": "standard-version && git push --follow-tags && npm publish"
},
"files": [
"index.js",
"index.d.ts"
],
"dependencies": {
"ci-info": "^3.1.1"
},
"devDependencies": {
"standard-version": "^9.3.1"
}
}