@nent/core
Version:
105 lines (104 loc) • 2.98 kB
JSON
{
"name": "@nent/core",
"version": "0.10.8",
"displayName": "NENT",
"description": "Functional elements to add routing, data-binding, dynamic HTML, declarative actions, audio, video, and so much more. Supercharge static HTML files into web apps without script or builds.",
"author": "support <support@nent.dev> (https://nent.dev)",
"homepage": "https://nent.dev",
"license": "MIT",
"publisher": "NENT",
"icon": "https://storage.googleapis.com/nent-static/docs/logo.png",
"repository": {
"type": "git",
"url": "https://github.com/nent/nent",
"directory": "packages/core"
},
"private": false,
"sideEffects": false,
"keywords": [
"nent",
"web-components",
"framework-agnostic"
],
"bugs": {
"url": "https://github.com/nent/nent/issues",
"email": "tech@nent.dev"
},
"main": "dist/index.cjs.js",
"module": "dist/components/components/index.js",
"es2015": "dist/nent/nent.esm.js",
"es2017": "dist/nent/nent.esm.js",
"types": "dist/types/components.d.ts",
"loader": "dist/loader",
"collection": "dist/collection/collection-manifest.json",
"collection:main": "dist/collection/index.js",
"jsdelivr": "dist/nent/nent.esm.js",
"custom-elements": "dist/custom-elements.json",
"files": [
"dist/"
],
"scripts": {
"--- development ---": "---------------",
"start": "run-s build watch",
"new": "stencil generate",
"copy": "run-s copy:dist copy:docs",
"copy:dist": "copyfiles dist/* dist/**/*.* ../../docs",
"copy:docs": "cd docs && copyfiles components/* components/**/*.* ../../../docs/pages",
"watch": "npm-watch",
"--- production ---": "---------------",
"clean": "rm -fR ./dist",
"prebuild": "run-s clean",
"build": "stencil build --docs-readme --dist",
"postbuild": "node .build && npm run copy",
"--- test ---": "---------------",
"pretest": "rm -fR ./coverage",
"test": "stencil test --spec --coverage",
"test:watch": "stencil test --dev --spec --watch",
"prepublish": "yarn run build"
},
"devDependencies": {
"@types/howler": "2.2.7",
"@types/remarkable": "^2.0.3",
"check-peer-dependencies": "^4.1.0",
"rollup-plugin-visualizer": "^5.7.1"
},
"dependencies": {
"@stencil/core": "^2.17.2",
"@stencil/store": "2.0.0",
"expr-eval": "2.0.2",
"jsonata": "1.8.6",
"remarkable": "2.0.1",
"remarkable-external-link": "^2.1.0"
},
"jest": {
"preset": "@stencil/core/testing",
"testPathIgnorePatterns": [
"<rootDir>/dist"
],
"testRunner": "jasmine2",
"testEnvironment": "node"
},
"watch": {
"build": {
"patterns": [
"src"
],
"extensions": "ts,tsx"
},
"copy:docs": {
"patterns": [
"docs"
]
},
"copy:dist": {
"patterns": [
"dist"
],
"delay": 5000
}
},
"publishConfig": {
"access": "public"
},
"gitHead": "3fe800cf8826fd079ab5b0d0440bd394cd146ea5"
}