Skip to content

Commit 9562d8d

Browse files
committed
prepare for publishing on npm
1 parent ea1a852 commit 9562d8d

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

packages/forklift/package.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,42 @@
11
{
22
"name": "@aptos-labs/forklift",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "TypeScript framework for developing, testing, and scripting Aptos Move smart contracts",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"files": [
8+
"dist",
9+
"src"
10+
],
711
"scripts": {
812
"build": "tsc",
13+
"prepublishOnly": "npm run build",
914
"format": "prettier --write \"src/**/*.ts\"",
1015
"format:check": "prettier --check \"src/**/*.ts\""
1116
},
12-
"author": "",
17+
"keywords": [
18+
"aptos",
19+
"move",
20+
"blockchain",
21+
"smart-contracts",
22+
"testing",
23+
"simulation",
24+
"web3"
25+
],
26+
"author": "Aptos Labs",
1327
"license": "Apache-2.0",
28+
"repository": {
29+
"type": "git",
30+
"url": "git+https://github.com/aptos-labs/forklift.git",
31+
"directory": "packages/forklift"
32+
},
33+
"homepage": "https://github.com/aptos-labs/forklift#readme",
34+
"bugs": {
35+
"url": "https://github.com/aptos-labs/forklift/issues"
36+
},
37+
"engines": {
38+
"node": ">=18"
39+
},
1440
"devDependencies": {
1541
"@types/jest": "^29.5.14",
1642
"@types/js-yaml": "^4.0.9",

0 commit comments

Comments
 (0)