saksoff5th_pixcel
Version:
Lightweight pixcel library for saksoff5th
74 lines (73 loc) • 1.82 kB
JSON
{
"name": "saksoff5th_pixcel",
"version": "0.3.2",
"description": "Lightweight pixcel library for saksoff5th",
"keywords": [
"pixcel",
"track-event"
],
"author": "saksoff5th",
"license": "MIT",
"source": "src/track/index.js",
"sideEffects": false,
"scripts": {
"test": "ava -v",
"test:watch": "ava -v --watch",
"prebuild": "rimraf dist _temp-types",
"build": "npm run build-client",
"build-client": "cd client && npm run build",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
"dist/**/*.d.ts",
"dist/**/package.json",
"client/**/*.js",
"client/**/*.js.map",
"client/**/*.d.ts",
"client/**/package.json",
"README.md"
],
"dependencies": {
"@analytics/global-storage-utils": "^0.1.7",
"@analytics/type-utils": "^0.6.2",
"analytics-utils": "^1.0.12",
"crypto-js": "^4.2.0"
},
"ava": {
"files": [
"**/**/*.test.js"
],
"require": [
"esm",
"@babel/register",
"./tests/_setup.js"
],
"verbose": true,
"failFast": true,
"sources": [
"**/*.{js,jsx}"
]
},
"devDependencies": {
"@babel/core": "7.17.0",
"@babel/plugin-proposal-class-properties": "7.16.7",
"@babel/plugin-transform-runtime": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/register": "7.17.0",
"@babel/runtime": "7.17.0",
"ava": "^2.2.0",
"gen-esm-wrapper": "^1.1.3",
"microbundle": "^0.14.2",
"mkdirp": "^0.5.1",
"npm-run-all": "^4.1.5",
"rimraf": "^2.6.3",
"sinon": "7.2.3",
"tsd-jsdoc": "^2.5.0",
"jsdoc": "^3.6.3",
"jsdoc-to-markdown": "^7.0.1"
}
}