{ "name": "@vocabulary/acl", "version": "1.0.5", "type": "module", "main": "index.js", "scripts": { "fetch": "npx vocab-build datasets", "prebuild": "npx vocab-build module", "build": "tsc", "prepack": "npm run build" }, "devDependencies": { "@vocabulary/builder": "^1.0.10" }, "license": "MIT", "homepage": "https://prefix.zazuko.com/prefix/acl:", "vocabulary": { "prefix": "acl", "namespace": "http://www.w3.org/ns/auth/acl#" }, "files": [ "*.js", "*.d.ts", "*.nq", "*.nt" ], "peerDependencies": { "@rdfjs/types": "^2.0.0" }, "repository": { "type": "git", "url": "https://github.com/zazuko/rdf-vocabularies", "directory": "ontologies/acl" } }