UNPKG

speculate

Version:

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

17 lines (16 loc) 263 B
{ "name": "my-cool-api", "version": "1.1.1", "scripts": { "start": "node index.js" }, "description": "My Cool API", "main": "server.js", "files": [ "lib", "routes", "index.js" ], "author": "bob@example.com", "license": "MIT" }