UNPKG

@packasso/buildstamp

Version:
46 lines (45 loc) 976 B
{ "name": "@packasso/buildstamp", "version": "2.1.19", "description": "buildstamp", "keywords": [ "buildstamp", "build", "preset" ], "repository": { "type": "git", "url": "git+https://github.com/qiwi/packasso.git" }, "bugs": { "url": "https://github.com/qiwi/packasso/issues" }, "homepage": "https://qiwi.github.io/packasso", "dependencies": { "@packasso/core": "2.8.1", "buildstamp": "3.3.2" }, "type": "module", "exports": { ".": { "require": "./target/cjs/index.cjs", "import": "./target/esm/index.mjs", "types": "./target/esm/index.d.ts" } }, "license": "MIT", "bin": { "packasso-buildstamp": "./target/esm/bin.mjs" }, "main": "./target/cjs/index.cjs", "module": "./target/esm/index.mjs", "types": "./target/esm/index.d.ts", "files": [ "target/cjs/**/*", "target/esm/**/*", "target/buildstamp.json" ], "publishConfig": { "access": "public" } }