UNPKG

speculate

Version:

Automatically generates an RPM Spec file for your Node.js project

18 lines (17 loc) 303 B
{ "name": "my-cool-api", "version": "1.1.1", "scripts": { "start": "node index.js" }, "description": "My Cool API", "main": "index.js", "author": "bob@example.com", "license": "MIT", "spec": { "executable": [ "./other-scripts/my-script.js", "./scripts" ] } }