st-bundle
Version:
CLI for watching and bundling SpringType projects.
54 lines • 1.66 kB
JSON
{
"name": "st-bundle",
"version": "1.0.0-alpha.1.80",
"publishConfig": {
"access": "public"
},
"keywords": [
"springtype",
"bundler",
"st-bundle"
],
"description": "CLI for watching and bundling SpringType projects.",
"repository": {
"type": "git",
"url": "git+https://github.com/springtype-org/springtype.git"
},
"scripts": {
"bootstrap": "npm run bootstrap:cli/st-bundle --prefix ../../../",
"clean:all": "npm run clean:all:cli/st-bundle --prefix ../../../",
"clean": "npm run clean:cli/st-bundle --prefix ../../../",
"watch": "npm run watch:cli/st-bundle --prefix ../../../",
"build": "npm run build:cli/st-bundle --prefix ../../../",
"release": "npm run release:cli/st-bundle --prefix ../../../",
"start": "npm run start:cli/st-bundle --prefix ../../../",
"test": "npm run test:cli/st-bundle --prefix ../../../"
},
"engines": {
"node": ">=10"
},
"bundledDependencies": [
"fuse-box",
"fuse-box-typechecker"
],
"bin": {
"st-bundle": "./cli.js"
},
"local:main": "src/index.ts",
"main": "index.js",
"types": "index.d.ts",
"author": "Aron Homberg, Michael Mannseicher",
"license": "MIT",
"bugs": {
"url": "https://github.com/springtype-org/springtype/issues"
},
"homepage": "https://springtype.org",
"dependencies": {
"fuse-box": "^4.0.0-next.134",
"fuse-box-typechecker": "^3.0.0-next.29",
"tslib": "^1.10.0"
},
"devDependencies": {
"@types/node": "^12.7.4"
}
}