UNPKG

vamtiger-organization-infers-group-json-ld

Version:
67 lines (66 loc) 3.94 kB
{ "name": "vamtiger-organization-infers-group-json-ld", "version": "0.0.5", "description": "VAMTIGER Organization Infers Group JSON-LD", "main": "build/vamtiger-organization-infers-group-json-ld", "scripts": { "test": "npm run clean && npm run build && npm run bundle-node-test && npm run bundle-browser-test && npm run mocha && npm run bundle-source", "mocha": "mocha build/test/node --recursive", "build": "tsc", "commit": "npm run bundle && vamtiger-node-typescript-commit --push --publish --buildScript bundle", "clean-bundle": "vamtiger-remove -d build -p \"(vamtiger-organization-infers-group-json-ld).(js(.map)?|d.ts)\"", "clean": "rm -rf build/*", "clean-install": "rm -rf package-lock.json node_modules && npm i", "bundle-source": "vamtiger-bundle-typescript --relativePath --entryFilePath source/vamtiger-organization-infers-group-json-ld.ts --bundleFilePath build/vamtiger-organization-infers-group-json-ld.js --format iife --sourcemap true --copySourceMap --minify", "bundle-node-test": "vamtiger-bundle-typescript --relativePath --entryFilePath source/test/node.ts --bundleFilePath build/test/node.js --format cjs --sourcemap true --copySourceMap --minify", "bundle-browser-test": "vamtiger-bundle-typescript --relativePath --entryFilePath source/test/browser.ts --bundleFilePath build/test/browser.js --format iife --sourcemap true --copySourceMap --minify", "bundle": "npm test && npm run bundle-source && npm run clean-bundle", "bundle-html": "vamtiger-bundle-html --relativePath --entryFolder source/html --bundleFilePath --bundleFilePath source/html/index.ts --ignore source/test/.*.html$", "bundle-css": "npm run bundle-shadow-css && npm run bundle-document-css", "bundle-shadow-css": "vamtiger-bundle-css-next --relativePath --entryFilePath source/css/index.css --bundleFilePath source/css/index.ts --sourcemap inline", "bundle-document-css": "vamtiger-bundle-css-next --relativePath --entryFilePath source/css/document-index.css --bundleFilePath source/css/document-index.ts --sourcemap inline", "watch-source": "npm run bundle-source -- --watch", "watch-node-test": "npm run bundle-node-test -- --watch", "watch-browser-test": "npm run bundle-browser-test -- --watch", "watch-html": "npm run bundle-html -- --watch", "watch-css": "npm run bundle-css -- --watch", "watch": "vamtiger-watch --folder source --extension ts --script test", "serve": "npm run test && cd build && python -m SimpleHTTPServer", "install-source": "npm i --save-dev vamtiger-browser-method@source" }, "repository": { "type": "git", "url": "git+https://github.com/vamtiger-project/vamtiger-organization-infers-group-json-ld.git" }, "keywords": [ "vamtiger", "organisation", "infersgroup", "json-ld" ], "author": "Vamtiger Immortalles", "license": "MIT", "bugs": { "url": "https://github.com/vamtiger-project/vamtiger-organization-infers-group-json-ld/issues" }, "homepage": "https://github.com/vamtiger-project/vamtiger-organization-infers-group-json-ld#readme", "types": "build/index.d.ts", "devDependencies": { "@types/chai": "^4.1.7", "@types/mocha": "^5.2.7", "@types/node": "^12.0.7", "chai": "^4.2.0", "mocha": "^6.1.4", "typescript": "^3.5.1", "vamtiger-bash": "0.0.25", "vamtiger-browser-method": "^0.100.1", "vamtiger-bundle-css-next": "^0.4.1", "vamtiger-bundle-html": "^0.2.8", "vamtiger-bundle-typescript": "0.0.27", "vamtiger-copy-file": "0.0.9", "vamtiger-get-directory-content": "0.0.35", "vamtiger-node-typescript-commit": "^0.9.1", "vamtiger-remove": "0.0.5", "vamtiger-watch": "^1.3.1" } }