mirror of
https://github.com/appy-one/acebase-core.git
synced 2026-06-30 06:02:04 -06:00
28 lines
753 B
JSON
28 lines
753 B
JSON
{
|
|
"name": "acebase-core",
|
|
"version": "1.14.1",
|
|
"description": "Shared AceBase core components, no need to install manually",
|
|
"main": "./dist/index.js",
|
|
"types": "./types/index.d.ts",
|
|
"private": false,
|
|
"repository": "github:appy-one/acebase-core",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test": "tsc && jasmine"
|
|
},
|
|
"keywords": [
|
|
"acebase"
|
|
],
|
|
"author": "Ewout Stortenbeker <me@appy.one> (http://appy.one)",
|
|
"license": "MIT",
|
|
"browser": {
|
|
"./dist/process/index.js": "./dist/process/browser.js",
|
|
"./dist/cuid/fingerprint/index.js": "./dist/cuid/fingerprint/browser.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/jasmine": "^3.7.4",
|
|
"@types/node": "^14.14.6",
|
|
"jasmine": "^3.99.0",
|
|
"typescript": "^4.6.3"
|
|
}
|
|
}
|