CoolFace
Apppublic

opusdev/vector-similarity-api

sourceHugging Faceupdated 5mo agoView on Hugging Face
1likes
package.json26 linesDownload Raw Back to touch
1{2  "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",3  "name": "touch",4  "description": "like touch(1) in node",5  "version": "3.1.1",6  "repository": "git://github.com/isaacs/node-touch.git",7  "bin": {8    "nodetouch": "./bin/nodetouch.js"9  },10  "license": "ISC",11  "scripts": {12    "test": "tap test/*.js --100 -J",13    "preversion": "npm test",14    "postversion": "npm publish",15    "postpublish": "git push origin --all; git push origin --tags"16  },17  "devDependencies": {18    "mutate-fs": "^1.1.0",19    "tap": "^10.7.0"20  },21  "files": [22    "index.js",23    "bin/nodetouch.js"24  ]25}26