Files
med-notes/.pnpm-store/v10/files/b2/ce0252eaf5c688df23911372c42f17af9fc4ae97e757d508b8b7f0fc78dcf4012de1ddd5b963f7fd0ee75652ad28dc55cdf6f06ce3111df7fbe41c2bf354cc
2025-06-26 03:35:15 +00:00

26 lines
607 B
Plaintext

{
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
"name": "touch",
"description": "like touch(1) in node",
"version": "3.1.1",
"repository": "git://github.com/isaacs/node-touch.git",
"bin": {
"nodetouch": "./bin/nodetouch.js"
},
"license": "ISC",
"scripts": {
"test": "tap test/*.js --100 -J",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},
"devDependencies": {
"mutate-fs": "^1.1.0",
"tap": "^10.7.0"
},
"files": [
"index.js",
"bin/nodetouch.js"
]
}