first-run
Version:
Check if it's the first time the process is run
42 lines (41 loc) • 797 B
JSON
{
"name": "first-run",
"version": "3.0.0",
"description": "Check if it's the first time the process is run",
"license": "MIT",
"repository": "sindresorhus/first-run",
"funding": "https://github.com/sponsors/sindresorhus",
"author": {
"name": "Sindre Sorhus",
"email": "sindresorhus@gmail.com",
"url": "https://sindresorhus.com"
},
"type": "module",
"exports": "./index.js",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"scripts": {
"test": "xo && node test.js && node test2.js && node test3.js && tsd"
},
"files": [
"index.js",
"index.d.ts"
],
"keywords": [
"first",
"init",
"initial",
"run",
"time",
"process",
"start"
],
"dependencies": {
"configstore": "^6.0.0"
},
"devDependencies": {
"tsd": "^0.18.0",
"xo": "^0.45.0"
}
}