@ne1410s/codl
Version:
Indulge your apps with codl: a component model library
53 lines (52 loc) • 1.79 kB
JSON
{
"name": "@ne1410s/codl",
"version": "0.1.133",
"description": "Indulge your apps with codl: a component model library",
"main": "dist/ne14_codl.cjs.min.js",
"module": "dist/ne14_codl.esm.min.js",
"browser": "dist/ne14_codl.umd.min.js",
"displayName": "ne_codl",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"clean": "npx rimraf dist",
"is-pretty": "npx prettier -l .",
"prettify": "npx prettier -w .",
"build": "npm run clean && npx rollup -c",
"test": "npx rollup -c rollup.test.config.mjs && mocha --exit",
"publish-local": "npm run is-pretty && npm run test && npm run build && npm pack",
"publish-patch": "npm run is-pretty && npm run test && npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run is-pretty && npm run test && npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run is-pretty && npm run test && npm run build && npm version major && npm publish --access public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ne14-fed/core.codl.git"
},
"keywords": [
"Codl",
"Component",
"Model"
],
"author": "ne1410s <pgj646@gmail.com> (http://ne1410s.co.uk)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ne14-fed/core.codl/issues"
},
"homepage": "https://github.com/ne14-fed/core.codl#readme",
"devDependencies": {
"chai": "^4.5.0",
"mocha": "^10.8.2",
"prettier": "^3.5.3",
"rimraf": "^5.0.10",
"rollup": "^4.43.0",
"rollup-plugin-typescript2": "^0.36.0",
"tslib": "^2.8.1",
"typescript": "^5.8.3"
},
"dependencies": {
"reflect-metadata": "^0.1.14"
}
}