remembrance
Version:
Keep your source and build/dist files in sync.
40 lines (39 loc) • 974 B
JSON
{
"name": "remembrance",
"version": "0.3.1",
"description": "Keep your source and build/dist files in sync.",
"main": "index.js",
"bin": {
"remembrance": "./index.js"
},
"type": "module",
"scripts": {
"lint": "eslint ./index.js",
"lint:fix": "eslint ./index.js --fix",
"test": "node ./index.js && node ./test/test.js ",
"test:local": "node ./index.js && node ./test/test.js -- full",
"test:dev": "node ./test/test.js -- full"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UmamiAppearance/remembrance.git"
},
"keywords": [
"Building",
"Distribution",
"Test",
"Testing"
],
"author": "UmamiAppearance",
"license": "MIT",
"bugs": {
"url": "https://github.com/UmamiAppearance/remembrance/issues"
},
"homepage": "https://github.com/UmamiAppearance/remembrance#readme",
"dependencies": {
"picomatch": "^2.3.1"
},
"devDependencies": {
"eslint": "^8.44.0"
}
}