pecis
Version:
Pecis makes JS easier
63 lines (62 loc) • 1.59 kB
JSON
{
"name": "pecis",
"title": "Pecis",
"version": "0.0.1",
"main": "dist/pecis.min.js",
"typings": "peb.d.ts",
"description": "Pecis makes JS easier",
"author": "TechPot Studio <techpot-studio@yandex.com>",
"files": [
"dist/",
"pecis.d.ts",
"SECURITY.md",
"README.md",
"LICENSE",
"package.json"
],
"keywords": [
"techpot",
"javascript",
"library",
"pecis",
"browser",
"web"
],
"bugs": {
"email": "techpot-studio@yandex.com",
"url": "https://github.com/TechPot-Studio/peb.js/issues"
},
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.12.1",
"@babel/preset-typescript": "^7.12.7",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.1.0",
"css-loader": "^5.0.1",
"eslint": "^7.15.0",
"glob": "^7.1.6",
"sass": "^1.29.0",
"sass-loader": "^10.0.5",
"style-loader": "^2.0.0",
"terser": "^5.3.2",
"terser-webpack-plugin": "^5.0.3",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"engines": {
"node": ">14.0.0"
},
"scripts": {
"build:webpack": "webpack",
"build": "npm run build:webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TechPot-Studio/peb.js.git"
},
"homepage": "https://github.com/TechPot-Studio/peb.js#readme"
}