@jswork/next
Version:
A javascript OOP toolkit for mobile & modern web.
57 lines (56 loc) • 1.27 kB
JSON
{
"name": "@jswork/next",
"version": "1.2.12",
"description": "A javascript OOP toolkit for mobile & modern web.",
"main": "dist/index.js",
"types": "./types/index.d.ts",
"scripts": {
"test": "jest",
"build": "gulp",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/afeiship/next.git"
},
"keywords": [
"oop",
"js-core",
"next",
"tookit",
"nx",
"static",
"es5",
"class",
"vampire",
"javascript",
"javascript-library"
],
"author": "afei",
"license": "MIT",
"bugs": {
"url": "https://github.com/afeiship/next/issues"
},
"homepage": "https://github.com/afeiship/next#readme",
"devDependencies": {
"@release-it/conventional-changelog": "^7.0.2",
"amdrequire": "0.0.3",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-filter": "^6.0.0",
"gulp-load-plugins": "^2.0.5",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-size": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-umd": "^2.0.0",
"gulp-wrap": "^0.15.0",
"jest": "^26.6.3",
"release-it": "^16.2.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}