Sha256: ce583669bad65b706e6ed2e83a96423075af4b83aad74acf1493dbfee2e1a290
Contents?: true
Size: 439 Bytes
Versions: 2
Compression:
Stored size: 439 Bytes
Contents
{ "name": "<%= configuration.project_name %>", "description": "", "version": "<%= configuration.project_version %>", "author": "<%= configuration.author_name %>", "license": "<%= configuration.license_label_version %>", "private": true, "type": "module", "keywords": ["ruby", "hanami"], "scripts": { "assets": "node config/assets.js" }, "dependencies": { "hanami-assets": "github:hanami/assets-js#main" } }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
hanamismith-0.28.1 | lib/hanamismith/templates/%project_name%/package.json.erb |
hanamismith-0.28.0 | lib/hanamismith/templates/%project_name%/package.json.erb |