at-bindings
Version:
A bindings library for datetime-based task scheduling on POSIX operating systems.
40 lines (39 loc) • 891 B
JSON
{
"name": "at-bindings",
"version": "0.3.0",
"description": "A bindings library for datetime-based task scheduling on POSIX operating systems.",
"main": "src/index.js",
"engines": {
"node": ">=12.0.0"
},
"engineStrict": true,
"scripts": {
"test": "ava",
"watch": "npm run test -- --watch --verbose"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/TimDaub/at-bindings.git"
},
"keywords": [
"at",
"date",
"time",
"datetime",
"scheduling",
"POSIX",
"UNIX"
],
"author": "Tim Daubenschütz <tim@daubenschuetz.de> (https://timdaub.github.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimDaub/at-bindings/issues"
},
"homepage": "https://github.com/TimDaub/at-bindings#readme",
"devDependencies": {
"ava": "^3.8.2"
},
"dependencies": {
"date-fns": "2.16.1"
}
}