@usrrname/cursorrules
Version:
A wicked npx-able lib of cursor rules with Otaku AI agents
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "@usrrname/cursorrules",
"version": "0.6.0",
"description": "A wicked npx-able lib of cursor rules with Otaku AI agents",
"author": {
"name": "jen chan"
},
"type": "module",
"bin": {
"cursorrules": "cli/index.mjs"
},
"files": [
"cli/",
".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 --project tsconfig.json",
"test": "node --test --watch",
"test:ci": "node --test cli/test/* --experimental-test-module-mocks"
},
"repository": {
"type": "git",
"url": "git+https://github.com/usrrname/cursorrules.git"
},
"keywords": [
"cursorrules",
"cursor",
"agent"
],
"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"
}
}