{ "name": "@f/timestamp", "description": "Get the current timestamp", "repository": "git://github.com/micro-js/timestamp.git", "version": "1.0.0", "license": "MIT", "main": "lib/index.js", "scripts": { "postversion": "git push && git push --tags && npm publish --access=public" }, "dependencies": {}, "devDependencies": { "tape": "^4.2.2" } }