@usrrname/cursorrules
Version:
A wicked npx-able lib of cursorrules with Otaku AI agents, optional lean workflow
49 lines (48 loc) • 1.2 kB
JSON
{
"name": "@usrrname/cursorrules",
"version": "0.4.0",
"description": "A wicked npx-able lib of cursorrules with Otaku AI agents, optional lean workflow",
"type": "module",
"bin": {
"cursorrules": "cli.mjs"
},
"files": [
".cursor/**/*",
"changelog.md"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"local:publish": "npm publish --registry http://localhost:4873/ --scope=@usrrname",
"clear": "npm unpublish --registry http://localhost:4873/ --scope=@usrrname",
"lint": "tsc --noEmit --noImplicitAny",
"test": "node --test --watch \"test/cli.test.js\"",
"test:ci": "node --test test/cli.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usrrname/cursorrules.git"
},
"keywords": [
"cursorrules",
"cursor",
"agent"
],
"author": "jen chan",
"license": "ISC",
"bugs": {
"url": "https://github.com/usrrname/cursorrules/issues"
},
"homepage": "https://github.com/usrrname/cursorrules#readme",
"devDependencies": {
"@types/node": "22.14.0",
"typescript": "^5.8.3"
},
"engines": {
"node": ">=18"
},
"dependencies": {
"varlock": "^0.0.3"
}
}